pub type NativeEndian = LittleEndian;
Expand description

A type alias for the native endianness of the target platform.

Aliased Type§

struct NativeEndian;