Type Alias rkyv::primitive::ArchivedUsize
source · pub type ArchivedUsize = ArchivedU32;
Expand description
The archived version of isize
chosen based on the currently-enabled
pointer_width_*
feature.
Aliased Type§
struct ArchivedUsize(/* private fields */);