[][src]Type Definition kiss3d::loader::obj::Words

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

Iterator through words.