Searched defs:Router (Results 1 – 2 of 2) sorted by relevance
106 pub fn into_axum_router(self) -> axum::Router { in into_axum_router()111 pub fn axum_router_mut(&mut self) -> &mut axum::Router { in axum_router_mut()
140 pub struct Router<L = Identity> { struct141 server: Server<L>,142 routes: Routes,826 impl<L> Router<L> { impl833 impl<L> Router<L> { implementation