Type Alias rkyv::Archived

source ยท
pub type Archived<T> = <T as Archive>::Archived;
Expand description

Alias for the archived version of some Archive type.

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