Struct encoding::codec::utf_16::UTF16Decoder
[−]
[src]
pub struct UTF16Decoder<E> {
// some fields omitted
}A decoder for UTF-16.
Specialization
This type is specialized with endianness type E,
which should be either Little (little endian) or Big (big endian).