Function utf32_string

Source
pub fn utf32_string<L, S>(s: &S) -> Item<L>
where S: AsRef<str>,
Expand description

Constructs a Utf32String item.

This uses Utf32String::from_chars_lossy.