Type Definition ArchivedUsize
Other items inrkyv
type ArchivedUsize = u32;
The type used for sizes in archived types.
impl<D: Fallible + ?Sized> Deserialize<usize, D> for ArchivedUsize
fn deserialize(&self, _: &mut D) -> Result<usize, D::Error>
Deserializes using the given deserializer