Type Alias BoxLayer

Source
pub type BoxLayer = Box<dyn Layer<Registry> + Send + Sync + 'static>;
Expand description

Aliased Typeยง

struct BoxLayer(/* private fields */);