Searched defs:RoutesFuture (Results 1 – 1 of 1) sorted by relevance
122 pub struct RoutesFuture(#[pin] axum::routing::future::RouteFuture<Body, Infallible>); struct124 impl fmt::Debug for RoutesFuture { implementation130 impl Future for RoutesFuture { implementation