impl_printable_string

Macro impl_printable_string 

Source
macro_rules! impl_printable_string {
    ($type: ty) => { ... };
    ($type: ty, $($li: lifetime)?) => { ... };
}