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

pub struct RMatches<'a, P> where P: Pattern<'a>(_);
1.2.0

Created with the method rmatches().

Trait Implementations

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

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

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

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

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

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