collections::str::Matches

Struct collections::str::Matches

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

Created with the method matches.

Trait Implementations

impl<'a, P> FusedIterator for Matches<'a, P> where
    P: Pattern<'a>, 
登录查看完整内容