impl_write_into_for_display

Macro impl_write_into_for_display 

Source
macro_rules! impl_write_into_for_display {
    ($($ty:ty)*) => { ... };
}
Expand description

Implement WriteInto for given types that already implements std::fmt::Display.