Struct device_tree::util::str::RSplitN [] [src]

pub struct RSplitN<'a, P> where P: Pattern<'a>(_);
1.0.0

Created with the method rsplitn().

Trait Implementations

impl<'a, P> Debug for RSplitN<'a, P> where P: Pattern<'a>, P::Searcher: Debug

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl<'a, P> Iterator for RSplitN<'a, P> where P: Pattern<'a>, P::Searcher: ReverseSearcher<'a>

type Item = &'a str

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

impl<'a, P> Clone for RSplitN<'a, P> where P: Pattern<'a>, P::Searcher: Clone

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