Module refcell

Source

Structs§

RootedRefCell
Analagous to core::cell::RefCell. In particular like core::cell::RefCell and unlike std::sync::Mutex, it doesn’t perform any atomic operations internally, making it relatively inexpensive.
RootedRefCellRef
RootedRefCellRefMut