Type Alias ArchivedMetadata
pub type ArchivedMetadata<T> = <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata;
Available on crate feature
dep_rkyv
only.Expand description
Alias for the archived metadata for some ArchiveUnsized
type.
This can be useful for reducing the lengths of type definitions.