macro_rules! impl_for_ints_and_duration {
    ($trait:ident, $block:tt) => { ... };
}