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.
Trait Implementations
impl<'a> Debug for EncodeUtf16<'a>1.17.0[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.