pub trait MatchFind {
type Range;
// Required methods
fn end(&self) -> usize;
fn as_match(&self) -> Self::Range;
}
Available on crate feature
regex
only.pub trait MatchFind {
type Range;
// Required methods
fn end(&self) -> usize;
fn as_match(&self) -> Self::Range;
}
regex
only.