Type Definition rkyv::FixedUsize

source ·
pub type FixedUsize = u32;
Expand description

The native type that usize is converted to for archiving.

This will be u16, u32, or u64 when the size_16, size_32, or size_64 features are enabled, respectively.