mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 15:30:16 +01:00
Fix docs typo
This commit is contained in:
parent
72071cf5de
commit
9b3f3c9bdf
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue