Macro impl_u64_wrapper

Source
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.