Trait lz_str::IntoWideIter
source · pub trait IntoWideIter {
type Iter: Iterator<Item = u16>;
// Required method
fn into_wide_iter(self) -> Self::Iter;
}
Expand description
A trait to make it easier to pass arguments to functions.
Required Associated Types§
Required Methods§
sourcefn into_wide_iter(self) -> Self::Iter
fn into_wide_iter(self) -> Self::Iter
Convert this object into something that yields possibly invalid wide characters.