Skip to main content

BoxedHandler

Type Alias BoxedHandler 

Source
pub type BoxedHandler = Box<dyn Fn(Request) -> Pin<Box<dyn Future<Output = Response> + Send>> + Send + Sync>;
Expand description

Type alias for route handlers

Aliased Typeยง

pub struct BoxedHandler(/* private fields */);