encoding::codec::utf_16

Type Alias UTF16LEEncoding

Source
pub type UTF16LEEncoding = UTF16Encoding<Little>;
Expand description

A type for UTF-16 in little endian.

Aliased Typeยง

struct UTF16LEEncoding { /* private fields */ }