Trait cell_map::iterators::layerers::Layerer[][src]

pub trait Layerer<L> where
    L: Layer
{ fn current(&self) -> Option<L>; }
Expand description

Layerer controls how items are iterated over a CellMaps layers.

Required methods

Returns the current layer.

Implementors