pub trait TakeLayers {
    fn take_layers(self) -> Layers;
}

Required methods

Implementors