Trait StringRepr

Source
pub trait StringRepr {
    // Required method
    fn string_repr(&self) -> String;
}

Required Methods§

Implementors§