macro_rules! unit_impl {
    ($ident:ident, $ty:expr) => { ... };
}