Enum rkyv::with::LockError [−][src]
pub enum LockError {
Poisoned,
}Expand description
Errors that can occur while serializing a Lock wrapper
Variants
Poisoned
The mutex was poisoned
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LockError
impl UnwindSafe for LockError
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more