Trait spring_web::handler::TypeRouter
source · pub trait TypeRouter {
// Required method
fn typed_route<F: TypedHandlerFactory>(self, factory: F) -> Self;
}
Expand description
Add typed routes marked with procedural macros
Required Methods§
sourcefn typed_route<F: TypedHandlerFactory>(self, factory: F) -> Self
fn typed_route<F: TypedHandlerFactory>(self, factory: F) -> Self
Add typed routes marked with procedural macros
Object Safety§
This trait is not object safe.