macro_rules! implement {
    ($struct:ident <$($params:ident),+>) => { ... };
    ($struct:ty) => { ... };
}
Expand description

Macro for implementing an opaque Debug implementation.