Struct Recognize
struct Recognize<F> { ... }
Parser implementation for [recognize]
Implementations
impl<F> Freeze for Recognize<F>
impl<F> RefUnwindSafe for Recognize<F>
impl<F> Send for Recognize<F>
impl<F> Sync for Recognize<F>
impl<F> Unpin for Recognize<F>
impl<F> UnwindSafe for Recognize<F>
impl<I, F> Parser for Recognize<F>
fn process<OM: OutputMode>(self: &mut Self, input: I) -> PResult<OM, I, <Self as >::Output, <Self as >::Error>
impl<T> Any for Recognize<F>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Recognize<F>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Recognize<F>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Recognize<F>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Recognize<F>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Recognize<F>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Recognize<F>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>