Type Definition cell_rc::CellRc [] [src]

type CellRc<T> = CellWrapper<Rc<T>>;

Methods

impl<T: ?Sized> CellRc<T>
[src]

See Rc::downgrade

See Rc::weak_count.

See Rc::strong_count.

See Rc::ptr_eq.

See Rc::ptr_eq.

impl<T> CellRc<T>
[src]

See Rc::try_unwrap.

See Rc::into_raw.

See Rc::from_raw.