Type Definition cell_rc::CellOptArc [] [src]

type CellOptArc<T> = CellOption<Arc<T>>;

Methods

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