Type Definition rkyv::ArchivedUsize[][src]

type ArchivedUsize = u32;

The type used for sizes in archived types.

Trait Implementations

impl<D: Fallible + ?Sized> Deserialize<usize, D> for ArchivedUsize[src]