[][src]Struct combinedfun::ElementSeparator

pub struct ElementSeparator<E, S, I>(_, _);

This type is used to make the syntactic sugar work. It's observed if you "divide" one Parser by another (see /). Specifically, it allows to use operators for Parser::separated.

Trait Implementations

impl<E, S, I, CG> Mul<CG> for ElementSeparator<E, S, I>[src]

type Output = WithCollectionGenerator<ElementSeparator<E, S, I>, CG>

The resulting type after applying the * operator.

Auto Trait Implementations

impl<E, S, I> Sync for ElementSeparator<E, S, I> where
    E: Sync,
    S: Sync

impl<E, S, I> Send for ElementSeparator<E, S, I> where
    E: Send,
    S: Send

impl<E, S, I> Unpin for ElementSeparator<E, S, I> where
    E: Unpin,
    S: Unpin

impl<E, S, I> UnwindSafe for ElementSeparator<E, S, I> where
    E: UnwindSafe,
    S: UnwindSafe

impl<E, S, I> RefUnwindSafe for ElementSeparator<E, S, I> where
    E: RefUnwindSafe,
    S: RefUnwindSafe

Blanket Implementations

impl<I, P, T> Tag<Span<I, P>> for T where
    I: Clone,
    P: Position<I>,
    T: Tag<I> + ?Sized
[src]

type Output = <T as Tag<I>>::Output

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]