pub type LayerDyn<A, S, D> = LayerBase<Box<dyn Activate<A, Output = A>>, S, D>;
pub struct LayerDyn<A, S, D> { /* private fields */ }