Skip to main content

BoxLayer

Type Alias BoxLayer 

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

Type-erased Layer for ease of construction.

Aliased Typeยง

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