Utf32String

Type Alias Utf32String 

Source
pub type Utf32String = Utf32StringLE;
Available on crate feature text_utf32 and little-endian only.

Aliased Type§

pub struct Utf32String(pub Vec<LittleEndian<u32>>);

Tuple Fields§

§0: Vec<LittleEndian<u32>>