Trait by::IntoMatcher[][src]

pub trait IntoMatcher {
    type Matcher: Matcher;
    fn into_matcher(self) -> Self::Matcher;
}

Associated Types

Loading content...

Required methods

fn into_matcher(self) -> Self::Matcher[src]

Loading content...

Implementations on Foreign Types

impl<'a, T: AsRef<[u8]>> IntoMatcher for &'a T[src]

impl IntoMatcher for u8[src]

Loading content...

Implementors

Loading content...