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

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

Associated Types

type Range

Loading content...

Required methods

fn end(&self) -> usize

fn as_match(&self) -> Self::Range

Loading content...

Implementations on Foreign Types

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

type Range = &'t str

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

type Range = &'t [u8]

Loading content...

Implementors

Loading content...