Type Alias spring_web::Router

source ·
pub type Router = Router<AppState>;

Aliased Type§

struct Router { /* private fields */ }

Trait Implementations§

source§

impl TypeRouter for Router

source§

fn typed_route<F: TypedHandlerFactory>(self, factory: F) -> Self