Module error

Source
Expand description

Errors produced by the crate.

Structs§

RegionBorrowedError
Error returned when concurrent mutable access is attempted to the same memory region.

Enums§

ContiguousMemoryError
Represents errors that can occur while using the ContiguousMemoryStorage container.
LockSource
Represents possible poisoning sources for mutexes and locks.
LockingError
Error returned when a Mutex or a RwLock isn’t lockable.