macro_rules! impl_write_into_for_display {
($($ty:ty)*) => { ... };
}Expand description
Implement WriteInto for given types that already implements std::fmt::Display.
macro_rules! impl_write_into_for_display {
($($ty:ty)*) => { ... };
}Implement WriteInto for given types that already implements std::fmt::Display.