BoxedProcessor

Type Alias BoxedProcessor 

Source
pub type BoxedProcessor = Box<dyn Processor>;
Expand description

Boxed dynamic processor type. Useful for heterogeneous collections (used internally by Route).

Aliased Typeยง

pub struct BoxedProcessor(/* private fields */);