Structs§
- Range
Mutex - A
Mutex-like type for slices and slice-like containers. - Range
Mutex Guard - An RAII implementation of a “scoped lock” of a slice of a
RangeMutex. When this structure is dropped (falls out of scope), the lock will be unlocked.
Traits§
- Range
Mutex Backing Storage - The trait for types which can be used as the backing store for a
RangeMutex.