[][src]Trait humblegen_rt::regexset_map::Entry

pub trait Entry<I> {
    fn regex(&self) -> &Regex;
fn matches_input(&self, i: &I) -> bool; }

Refer to module-level docs.

Required methods

fn regex(&self) -> &Regex

fn matches_input(&self, i: &I) -> bool

Loading content...

Implementations on Foreign Types

impl<I, T: Entry<I>> Entry<I> for (Regex, T)[src]

Loading content...

Implementors

impl<'a> Entry<Request<Body>> for Route[src]

impl<'a> Entry<Request<Body>> for Service[src]

Loading content...