macro_rules! dyn_newtype_display_passthrough {
($newtype:ty) => { ... };
}
Expand description
Implements the Display
trait for dyn newtypes whose traits implement
Display
macro_rules! dyn_newtype_display_passthrough {
($newtype:ty) => { ... };
}
Implements the Display
trait for dyn newtypes whose traits implement
Display