pub type UTF16LEEncoding = UTF16Encoding<Little>;
Expand description

A type for UTF-16 in little endian.

Aliased Type§

struct UTF16LEEncoding { /* private fields */ }