Macro implement_trait

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