impl_str

Macro impl_str 

Source
macro_rules! impl_str {
    ($name: ident) => { ... };
}
Expand description

Implement __str__ for wrapper types whose inner type implements Display.