Macro impl_has_epoch

Source
macro_rules! impl_has_epoch {
    ($($t:ty),*) => { ... };
}
Expand description

Helper macro for trivial implementation of the HasEpoch trait