conrod::glyph_cache::LineBreaksByWhitespace [] [src]

type LineBreaksByWhitespace<'a, C> = LineBreaksBy<'a, C, NextLineBreakFn<C>>;

An iterator that yields the indices at which some text should wrap via whitespace.