std::str::WordIterator

type WordIterator<'self> = Filter<'self, &'self str, CharSplitIterator<'self, fn(char) -> bool>>;

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