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

pub trait MatchFind {
    type Range;
    fn end(&self) -> usize;
fn as_match(&self) -> Self::Range; }
This is supported on crate feature regex only.

Associated Types

Required methods

Implementations on Foreign Types

Implementors