Expand description
Singlethreaded version of ThinCell
Structs§
- Inner
- The inner allocation of
ThinCell - Ref
- A mutable guard returned by
ThinCell::borrow - Thin
Cell - A compact (
1-usize), single-threaded smart pointer combiningRcandRefCellwith onlyborrow_mut.
Enums§
- Downcast
Error - Error returned by
ThinCell::downcastwhen downcasting fails.