Struct pwasm_std::str::SplitWhitespace 1.1.0
[−]
[src]
pub struct SplitWhitespace<'a> { /* fields omitted */ }
An iterator over the non-whitespace substrings of a string, separated by any amount of whitespace.
This struct is created by the split_whitespace
method on str
.
See its documentation for more.