pub type BoxLayer = Box<dyn Layer<Registry> + Send + Sync>;
Type-erased Layer for ease of construction.
Layer
pub struct BoxLayer(/* private fields */);