Struct collections::str::CharSplitsNDeprecated
[-]
[+]
[src]
pub struct CharSplitsN<'a, Sep> {
// some fields omitted
}An iterator over the substrings of a string, separated by sep,
splitting at most count times.