encoding::codec::utf_16

Type Alias UTF16BEEncoding

Source
pub type UTF16BEEncoding = UTF16Encoding<Big>;
Expand description

A type for UTF-16 in big endian.

Aliased Typeยง

struct UTF16BEEncoding { /* private fields */ }