Module cell_map::iterators::layerers[][src]

Expand description

Provides layerer types which are used in combination with Slicer types to determine the order and form in which data is produced from the layers within a CellMap.

Structs

Produces data from many layers in a CellMap

Produces data from two layers in pairs of (&from, &mut to), allowing you to map data from one layer into another.

Produces data from a single layer in a CellMap.

Traits

Layerer controls how items are iterated over a CellMaps layers.