Trait hyphenation::iter::Iter[][src]

pub trait Iter<'t> {
    type Iter;
    fn iter(&'t self) -> Hyphenating<'t, Self::Iter>;
}

A hyphenating iterator with borrowed data.

Associated Types

Required Methods

Important traits for Hyphenating<'m, I>

Implementors