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

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

Return type of StrExt::rsplitn

Trait Implementations

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

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

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