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
macro_rules! impl_has_none_epoch {
($($t:ty),*) => { ... };
}
Helper macro for trivial implementation of the HasEpoch
trait for types that have no epoch