[][src]Trait glyph_brush_layout::ToSectionText

pub trait ToSectionText {
    fn to_section_text(&self) -> SectionText<'_>;
}

Required methods

fn to_section_text(&self) -> SectionText<'_>

Loading content...

Implementors

impl<'_> ToSectionText for SectionText<'_>[src]

impl<'_, '_> ToSectionText for &'_ SectionText<'_>[src]

Loading content...