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

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

Return type of StrExt::splitn

Trait Implementations

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

type Item = &'a str

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

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

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

Derived Implementations

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

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

fn clone_from(&mut self, &SplitN<'a, P>)