Struct pwasm_std::str::Lines 1.0.0
[−]
[src]
pub struct Lines<'a>(_);
An iterator over the lines of a string, as string slices.
This struct is created with the lines
method on str
.
See its documentation for more.