Macro hotshot_types::data::impl_u64_wrapper
source ยท 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.