#[repr(transparent)]
pub struct Utf32Str(_);
Expand description
Converts a slice of bytes to a Utf32Str without validating that the slice
contains valid UTF-32 encoded data.
Access the elements of this UTF-32 string as a slice of u32 elements.
Formats the value using the given formatter.
Read more
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Converts the given value to a
String.
Read more