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

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

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

This is supported on crate feature regex only.

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

type Range = &'t [u8]

This is supported on crate feature regex only.
Loading content...

Implementors

Loading content...