Type Definition cell_rc::CellOptAweak [] [src]

type CellOptAweak<T> = CellOption<Aweak<T>>;

Methods

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

Returns None if the wrapped Option<Aweak<T>> is None, Some(None) if there aren't strong references left, or Some(Some(..)) otherwise.