Module rc

Source

Structs§

RootedRc
Analagous to std::rc::Rc. In particular like std::rc::Rc and unlike std::sync::Arc, it doesn’t perform any atomic operations internally, making it relatively inexpensive
RootedRcWeak