Skip to main content

DispatchFn

Type Alias DispatchFn 

Source
pub type DispatchFn<'a> = dyn Fn(RawRequest, &AppContext) -> Response + 'a;