Skip to main content

RouteHandler

Type Alias RouteHandler 

Source
pub type RouteHandler = Arc<dyn Fn(Request) -> Response + Send + Sync + 'static>;

Aliased Typeยง

pub struct RouteHandler { /* private fields */ }