Skip to main content

FixedUtf16Le

Type Alias FixedUtf16Le 

Source
pub type FixedUtf16Le<const N: usize> = FixedUtf16<N, LittleEndian>;
Expand description

Fixed-width little-endian UTF-16 text.

Aliased Typeยง

pub struct FixedUtf16Le<const N: usize> { /* private fields */ }