#[derive(IteratorsMut)]Expand description
A derive macro that implements
IterateByValue
and
IterateByValueFrom
for mutable subslices on top of the <YOUR TYPE>SubsliceImplMut structure
generated by the derive macro SubslicesMut.
To call this macro, you first need to derive both SubslicesMut and
Iterators on the same struct, as this macro uses the <YOUR TYPE>Iter
structure defined by Iterators.