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