Type Alias CactusRef

Source
pub type CactusRef<T> = Rc<T>;
Expand description

Cactus alias for Rc.

Aliased Typeยง

struct CactusRef<T> { /* private fields */ }