[][src]Derive Macro enso_shapely_macros::IteratorMut

#[derive(IteratorMut)]

Same as derive(Iterator) but generates mutable iterator.

It is separate, as some types allow deriving immutable iterator but ont the mutable one.