Struct collections::str::MatchIndicesExperimental [-]  [+] [src]

pub struct MatchIndices<'a> {
    // some fields omitted
}

An iterator over the start and end indices of the matches of a substring within a larger string

Trait Implementations

impl<'a> Iterator<(uint, uint)> for MatchIndices<'a>

fn next(&mut self) -> Option<(uint, uint)>

fn size_hint(&self) -> (uint, Option<uint>)

Derived Implementations

impl<'a> Clone for MatchIndices<'a>

fn clone(&self) -> MatchIndices<'a>

fn clone_from(&mut self, &MatchIndices<'a>)