pub type UTF16LEEncoding = UTF16Encoding<Little>;
Expand description
A type for UTF-16 in little endian.
Aliased Typeยง
struct UTF16LEEncoding { /* private fields */ }
pub type UTF16LEEncoding = UTF16Encoding<Little>;
A type for UTF-16 in little endian.
struct UTF16LEEncoding { /* private fields */ }