macro_rules! impl_u64_wrapper {
($t:ty) => { ... };
}
Expand description
Implements ConsensusTime
, Display
, Add
, AddAssign
, Deref
and Sub
for the given thing wrapper type around u64.
macro_rules! impl_u64_wrapper {
($t:ty) => { ... };
}
Implements ConsensusTime
, Display
, Add
, AddAssign
, Deref
and Sub
for the given thing wrapper type around u64.