pub trait Layerer<L>where L: Layer,{ // Required method fn current(&self) -> Option<L>; }
Layerer controls how items are iterated over a CellMaps layers.
Layerer
CellMap
Returns the current layer.