Struct blist::Trav [] [src]

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

Trait Implementations

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

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more