Trait incrust::types::abc::AsString [] [src]

pub trait AsString {
    fn is_string(&self) -> bool;
    fn try_as_string(&self) -> Option<Cow<str>>;
}

Required Methods

Implementors