AnyHandler

Type Alias AnyHandler 

Source
pub type AnyHandler<'h> = Handler<'h, Box<dyn Any + Send>>;
Expand description

Handler that has Box<dyn Any + Send> as a type parameter.

Aliased Typeยง

pub struct AnyHandler<'h>(/* private fields */);