string_repr/
lib.rs

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