Struct syntax::util::small_vector::IntoIterExperimental [-]  [+] [src]

pub struct IntoIter<T> {
    // some fields omitted
}

Trait Implementations

impl<T> Iterator<T> for IntoIter<T>

fn next(&mut self) -> Option<T>

fn size_hint(&self) -> (uint, Option<uint>)