Type Definition cell_rc::CellAweak [] [src]

type CellAweak<T> = CellWrapper<Aweak<T>>;

Methods

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

See 'Aweak::upgrade'.