Struct collections::slice::IterMut [] [src]

pub struct IterMut<'a, T> where T: 'a {
    // some fields omitted
}
1.0.0

Mutable slice iterator.