Type Definition rkyv::ArchivedMetadata[][src]

pub type ArchivedMetadata<T> = <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata;
Expand description

Alias for the archived metadata for some ArchiveUnsized type.

This can be useful for reducing the lengths of type definitions.