Skip to main content

FixedUtf16Be

Type Alias FixedUtf16Be 

Source
pub type FixedUtf16Be<const N: usize> = FixedUtf16<N, BigEndian>;
Expand description

Fixed-width big-endian UTF-16 text.

Aliased Typeยง

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