Trait spring_web::handler::TypeRouter
source · pub trait TypeRouter {
// Required method
fn typed_route<F: TypedHandlerFactory>(self, factory: F) -> Self;
}
Required Methods§
fn typed_route<F: TypedHandlerFactory>(self, factory: F) -> Self
Object Safety§
This trait is not object safe.