macro_rules! impl_display {
    ($wrapper:ident) => { ... };
}
Expand description

Implement Display for the wrapper.