mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
Fix docs typo
This commit is contained in:
parent
72071cf5de
commit
9b3f3c9bdf
@ -480,13 +480,13 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Maker type used for [`HandleError`] to indicate that it should implement
|
/// Marker type used for [`HandleError`] to indicate that it should implement
|
||||||
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct HandleErrorFromRouter;
|
pub struct HandleErrorFromRouter;
|
||||||
|
|
||||||
/// Maker type used for [`HandleError`] to indicate that it should _not_ implement
|
/// Marker type used for [`HandleError`] to indicate that it should _not_ implement
|
||||||
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user