Type Definition rkyv::ArchivedUsize[][src]

type ArchivedUsize = u32;
Expand description

The type used for sizes in archived types.

Trait Implementations

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

fn deserialize(&self, _: &mut D) -> Result<usize, D::Error>[src]

Deserializes using the given deserializer