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

Required Methods

Implementors