Type Definition cell_rc::CellWeak [] [src]

type CellWeak<T> = CellWrapper<Weak<T>>;

Methods

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

See 'Weak::upgrade'.