mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
Fix docs typo
This commit is contained in:
+2
-2
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user