macro_rules! implement_trait { ($type:ident, $inner:ty, $int:ty, $trait:ident, $method:ident) => { ... }; }