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