[][src]Trait glyph_brush::ToSectionText

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

Required methods

pub fn to_section_text(&self) -> SectionText<'_>[src]

Loading content...

Implementors

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

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

impl<X> ToSectionText for Text<'_, X>[src]

Loading content...