HandlerFn

Type Alias HandlerFn 

Source
pub type HandlerFn = Arc<dyn Fn(Request) -> Response + Send + Sync>;
Expand description

Type alias for the handler function.

Aliased Typeยง

pub struct HandlerFn { /* private fields */ }