Enum rkyv::with::LockError [−][src]
pub enum LockError {
Poisoned,
}Expand description
Errors that can occur while serializing a Lock wrapper
Variants
The mutex was poisoned
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LockErrorimpl UnwindSafe for LockErrorBlanket 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
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
D: Fallible + ?Sized,
F: ?Sized,
W: DeserializeWith<F, T, D>,
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
D: Fallible + ?Sized,
F: ?Sized,
W: DeserializeWith<F, T, D>,