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