Struct Many1Count

struct Many1Count<F> { ... }

Parser implementation for the [many1_count] combinator

Implementations

impl<F> Freeze for Many1Count<F>

impl<F> RefUnwindSafe for Many1Count<F>

impl<F> Send for Many1Count<F>

impl<F> Sync for Many1Count<F>

impl<F> Unpin for Many1Count<F>

impl<F> UnwindSafe for Many1Count<F>

impl<I, F> Parser for Many1Count<F>

fn process<OM: OutputMode>(self: &mut Self, input: I) -> crate::PResult<OM, I, <Self as >::Output, <Self as >::Error>

impl<T> Any for Many1Count<F>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Many1Count<F>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Many1Count<F>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for Many1Count<F>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Many1Count<F>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Many1Count<F>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Many1Count<F>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>