Type Definition cell_rc::CellOptRc [] [src]

type CellOptRc<T> = CellOption<Rc<T>>;

Methods

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