pub type nzi32le = LittleEndian<NonZeroI32>;Available on crate features
integer_impls and nonzero only.Expand description
Shorthand for LittleEndian<NonZeroI32>
Aliased Typeยง
pub struct nzi32le(/* private fields */);