Expand description
Errors produced by the crate.
Structs§
- Region
Borrowed Error - Error returned when concurrent mutable access is attempted to the same memory region.
Enums§
- Contiguous
Memory Error - Represents errors that can occur while using the
ContiguousMemoryStoragecontainer. - Lock
Source - Represents possible poisoning sources for mutexes and locks.
- Locking
Error - Error returned when a
Mutexor aRwLockisn’t lockable.