Enum rkyv::de::deserializers::SharedDeserializeMapError [−][src]
Expand description
An error that can occur while deserializing shared pointers.
Variants
DuplicateSharedPointer(*const u8)
A shared pointer was added multiple times
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SharedDeserializeMapError
impl !Send for SharedDeserializeMapError
impl !Sync for SharedDeserializeMapError
impl Unpin for SharedDeserializeMapError
impl UnwindSafe for SharedDeserializeMapError
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