Struct rkyv::collections::index_map::IndexMapResolver [−][src]
pub struct IndexMapResolver { /* fields omitted */ }Expand description
The resolver for an IndexMap.
Auto Trait Implementations
impl RefUnwindSafe for IndexMapResolver
impl Send for IndexMapResolver
impl Sync for IndexMapResolver
impl Unpin for IndexMapResolver
impl UnwindSafe for IndexMapResolver
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