Module cell

Source

Structs§

RootedCell
Analagous to core::cell::Cell. In particular like core::cell::Cell, it doesn’t perform any atomic operations internally, making it relatively inexpensive.