string-repr 1.0.1

A trait for converting a value to a `String`
Documentation
1
2
3
pub trait StringRepr {
    fn string_repr(&self) -> String;
}