Trait combine::parser::regex::MatchFind
[−]
[src]
pub trait MatchFind {
type Range;
fn end(&self) -> usize;
fn as_match(&self) -> Self::Range;
}