[][src]Trait fm_plugin::ffi::text::ToText

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

Required methods

pub fn to_text(self) -> Text[src]

Loading content...

Implementations on Foreign Types

impl ToText for String[src]

impl<'_> ToText for &'_ OsStr[src]

Loading content...

Implementors

impl ToText for Text[src]

Loading content...