pub type handler<I = HttpRequest, O = HttpResponse> = Box<dyn Handler<I, Output = O>>;Aliased Type§
pub struct handler<I = HttpRequest, O = HttpResponse>(/* private fields */);pub type handler<I = HttpRequest, O = HttpResponse> = Box<dyn Handler<I, Output = O>>;pub struct handler<I = HttpRequest, O = HttpResponse>(/* private fields */);