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

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

Created with the method rsplit().

Trait Implementations

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

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

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

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

impl<'a, P> DoubleEndedIterator for RSplit<'a, P> where P: Pattern<'a>, P::Searcher: DoubleEndedSearcher<'a>

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