[src]

std::str::Words

type Words<'a> = Filter<'a, &'a str, CharSplits<'a, fn(char) -> bool>>;

An iterator over the words of a string, separated by a sequence of whitespace