pub type CactusRef<T> = Rc<T>;
Cactus alias for Rc.
Rc
pub struct CactusRef<T> { /* private fields */ }