pub type OptionUsize = Option<NonZeroUsize>;
Expand description

Type with the exact same size as a usize.