Struct collections::str::CharSplitsDeprecated
[-]
[+]
[src]
pub struct CharSplits<'a, Sep> { // some fields omitted }
An iterator over the substrings of a string, separated by sep
.