Struct core::str::SplitNStable [-] [+] [src]

pub struct SplitN<'a, P>(_);

Return type of StrExt::splitn

Trait Implementations

impl<'a, P: CharEq> Iterator for SplitN<'a, P>

type Item = &'a str

fn next(&mut self) -> Option<&'a str>

fn size_hint(&self) -> (usize, Option<usize>)

Derived Implementations

impl<'a, P: Clone> Clone for SplitN<'a, P>

fn clone(&self) -> SplitN<'a, P>

fn clone_from(&mut self, source: &Self)