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

Required Methods§

Implementors§