Struct blist::TravMut [] [src]

pub struct TravMut<'a, T: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, T> Traversal for TravMut<'a, T>
[src]

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more