Home
last modified time | relevance | path

Searched defs:Router (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/service/
H A Drouter.rs106 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()
/tonic/tonic/src/transport/server/
H A Dmod.rs140 pub struct Router<L = Identity> { struct
141 server: Server<L>,
142 routes: Routes,
826 impl<L> Router<L> { impl
833 impl<L> Router<L> { implementation