[−][src]Crate rc_cell
Provides a thin wrapper over Rc<RefCell<T>>
for higher ergonomics, as managing nested types
gets annoying.
Structs
RcCell | The main attraction. Equivalent to |
RcCellWeak | Equivalent to |
Provides a thin wrapper over Rc<RefCell<T>>
for higher ergonomics, as managing nested types
gets annoying.
RcCell | The main attraction. Equivalent to |
RcCellWeak | Equivalent to |