collections::str::Words[src]

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