Type Definition r3_portkit::tickful::TickfulState
source · pub type TickfulState<const CFG: TickfulCfg> = TickfulStateCore<Wrapping<{ _ }>>;Expand description
Instantiates the optimal version of TickfulStateCore using a
given TickfulCfg. All instances implement TickfulStateTrait.