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