1
2
3
pub trait StringRepr {
    fn string_repr(&self) -> String;
}