HandlerFn

Type Alias HandlerFn 

Source
pub type HandlerFn = Arc<dyn Fn(Request, Context) -> BoxFuture<'static, Result<Response>> + Send + Sync>;
Expand description

Handler function type

Aliased Typeยง

pub struct HandlerFn { /* private fields */ }