macro_rules! impl_show_with {
($trait:ident, $($T:ty),+) => { ... };
}
Expand description
Implements the Show
trait for $($T)+ using the existing trait $trait
.
macro_rules! impl_show_with {
($trait:ident, $($T:ty),+) => { ... };
}
Implements the Show
trait for $($T)+ using the existing trait $trait
.