Skip to main content

Module unsync

Module unsync 

Source
Expand description

Singlethreaded version of ThinCell

Structs§

Inner
The inner allocation of ThinCell
Ref
A mutable guard returned by ThinCell::borrow
ThinCell
A compact (1-usize), single-threaded smart pointer combining Rc and RefCell with only borrow_mut.

Enums§

DowncastError
Error returned by ThinCell::downcast when downcasting fails.