macro_rules! impl_u64_wrapper {
    ($t:ty, $genesis_val:expr) => { ... };
}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, $genesis_val:expr) => { ... };
}Implements ConsensusTime, Display, Add, AddAssign, Deref and Sub
for the given thing wrapper type around u64.