mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
Remove routing::Layered (#383)
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ pub trait Handler<B, T>: Clone + Send + Sized + 'static {
|
||||
/// This can be used to add additional processing to a request for a single
|
||||
/// handler.
|
||||
///
|
||||
/// Note this differs from [`routing::Layered`](crate::routing::Layered)
|
||||
/// Note this differs from [`routing::Router::layer`](crate::routing::Router::layer)
|
||||
/// which adds a middleware to a group of routes.
|
||||
///
|
||||
/// # Example
|
||||
|
||||
Reference in New Issue
Block a user