Trait puff_rs::types::text::ToText

source ·
pub trait ToText {
    fn to_text(self) -> Text;
}

Required Methods

Implementors