Trait glyph_brush_layout::LineBreaker [−][src]
pub trait LineBreaker: Debug + Copy + Hash { fn line_breaks<'a>(
&self,
glyph_info: &'a str
) -> Box<dyn Iterator<Item = LineBreak> + 'a>; }
Expand description
Required methods
Implementors
impl LineBreaker for BuiltInLineBreaker
[src]
impl LineBreaker for BuiltInLineBreaker
[src]