mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +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).
|
||||
#[non_exhaustive]
|
||||
#[derive(Debug)]
|
||||
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).
|
||||
#[non_exhaustive]
|
||||
#[derive(Debug)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user