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