Type Definition rkyv::FixedIsize
source · [−]pub type FixedIsize = i32;
Expand description
The native type that isize
is converted to for archiving.
This will be i16
, i32
, or i64
when the size_16
, size_32
, or size_64
features are
enabled, respectively.