[][src]Type Definition rkyv::Archived

type Archived<T> = <T as Archive>::Archived;

Alias for the archived version of some Archive type.