Struct Verify
struct Verify<F, G, O2: ?Sized> { ... }
Parser iplementation for verify
Implementations
impl<F, G, O2> Freeze for Verify<F, G, O2>
impl<F, G, O2> RefUnwindSafe for Verify<F, G, O2>
impl<F, G, O2> Send for Verify<F, G, O2>
impl<F, G, O2> Sync for Verify<F, G, O2>
impl<F, G, O2> Unpin for Verify<F, G, O2>
impl<F, G, O2> UnwindSafe for Verify<F, G, O2>
impl<I, F: Parser<I>, G, O2> Parser for Verify<F, G, O2>
fn process<OM: OutputMode>(self: &mut Self, input: I) -> PResult<OM, I, <Self as >::Output, <Self as >::Error>
impl<T> Any for Verify<F, G, O2>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Verify<F, G, O2>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Verify<F, G, O2>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Verify<F, G, O2>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Verify<F, G, O2>
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 Verify<F, G, O2>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Verify<F, G, O2>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>