Module lock

Module lock 

Source
Expand description

GC-aware interior mutability types.

Structs§

Lock
A wrapper around a Cell that implements Collect.
RefLock
A wrapper around a RefCell that implements Collect.

Type Aliases§

GcLock
An alias for Gc<'gc, Lock<T>>.
GcRefLock
An alias for Gc<'gc, RefLock<T>>.