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

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

Associated Types

Required Methods

Implementations on Foreign Types

impl<'t> MatchFind for Match<'t>
[src]

[src]

[src]

impl<'t> MatchFind for Match<'t>
[src]

[src]

[src]

Implementors