Macro pear::impl_show_with

source ·
macro_rules! impl_show_with {
    ($trait:ident, $($T:ty),+) => { ... };
}
Expand description

Implements the Show trait for $($T)+ using the existing trait $trait.