pub struct Route<State> { /* private fields */ }Expand description
Defines a route.
You should not use this directly.
It will be created automatically when using crate::Server::route or crate::Server::stateful_route.
pub struct Route<State> { /* private fields */ }Defines a route.
You should not use this directly.
It will be created automatically when using crate::Server::route or crate::Server::stateful_route.