Type Alias ArchivedIsize

Source
pub type ArchivedIsize = ArchivedI32;
Expand description

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

Aliased Type§

struct ArchivedIsize(/* private fields */);

Trait Implementations§

Source§

impl<D: Fallible + ?Sized> Deserialize<isize, D> for ArchivedIsize

Source§

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

Deserializes using the given deserializer