Trait str_iter::Word [] [src]

pub trait Word<'a> {
    fn word_iter(&'a self) -> FuncIterator<'a>;
}

Word defines the words iterator trait.

Required Methods

Important traits for FuncIterator<'a>

Returns a words iterator for the given string.

Implementations on Foreign Types

impl<'a> Word<'a> for str
[src]

Important traits for FuncIterator<'a>
[src]

Implementors