[][src]Macro pear::impl_show_with

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

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