pub type RouterTransform = Arc<dyn Fn(Router) -> Router + Send + Sync + 'static>;Expand description
Boxed router transform used to inject transport middleware without exposing axum’s concrete layer stack in the public API.
Aliased Type§
pub struct RouterTransform { /* private fields */ }