Struct pwasm_std::str::EncodeUtf16 1.8.0
[−]
[src]
pub struct EncodeUtf16<'a> { /* fields omitted */ }
An iterator of u16
over the string encoded as UTF-16.
This struct is created by the encode_utf16
method on str
.
See its documentation for more.