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>>pub type Utf32String = Utf32StringLE;text_utf32 and little-endian only.pub struct Utf32String(pub Vec<LittleEndian<u32>>);0: Vec<LittleEndian<u32>>