Structs§
- Rooted
RefCell - 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.
- Rooted
RefCell Ref - Rooted
RefCell RefMut