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