Type Alias RouteHandler

Source
pub type RouteHandler = dyn Fn(&mut Request, &mut Response) + 'static;