Macro impl_has_none_epoch

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

Helper macro for trivial implementation of the HasEpoch trait for types that have no epoch