Skip to main content

IntoIterator

Type Alias IntoIterator 

Source
pub type IntoIterator<'a, S> = Iter<<S as SequentialLabeling>::Lender<'a>>;

Aliased Typeยง

pub struct IntoIterator<'a, S> { /* private fields */ }