Type Definition compact_rc::rc::Rc32

source ·
pub type Rc32<T> = RcX<T, u32>;
Expand description

RcX with u32 counter