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

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

Return type of StrExt::rsplitn

Trait Implementations

impl<'a, P> Iterator for RSplitN<'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 RSplitN<'a, P> where P: Clone

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

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