macro_rules! impl_display {
    ($kind: ty) => { ... };
}