pub trait Stringify {
    fn stringify(&self) -> Option<String>;
}

Required Methods

Implementations on Foreign Types

Implementors