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