Trait byte_str::IntoMatcher [] [src]

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

Associated Types

Required Methods

Implementations on Foreign Types

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

[src]

impl IntoMatcher for u8
[src]

Implementors