Trait combine::regex::MatchFind [] [src]

pub trait MatchFind {
    type Range;
    fn end(&self) -> usize;
fn as_match(&self) -> Self::Range; }

Associated Types

Required Methods

Implementors