Type Alias rkyv::primitive::ArchivedNonZeroIsize

source ·
pub type ArchivedNonZeroIsize = ArchivedNonZeroI32;
Expand description

The archived version of NonZeroIsize chosen based on the currently-enabled pointer_width_* feature.

Aliased Type§

struct ArchivedNonZeroIsize(/* private fields */);

Trait Implementations§

source§

impl<D> Deserialize<NonZero<isize>, D> for ArchivedNonZeroIsize
where D: Fallible + ?Sized,

source§

fn deserialize(&self, _: &mut D) -> Result<NonZeroIsize, D::Error>

Deserializes using the given deserializer