Struct parsell::impls::Try [] [src]

pub struct Try<F>(_);

Methods

impl<F> Try<F>
[src]

Trait Implementations

impl<F: Copy> Copy for Try<F>
[src]

impl<F: Clone> Clone for Try<F>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<F: Debug> Debug for Try<F>
[src]

Formats the value using the given formatter.

impl<F, S, E> Function<Result<S, E>> for Try<F> where
    F: Function<S>, 
[src]

impl<F, T, E> VariantFunction<Result<T, E>> for Try<F> where
    F: VariantFunction<T>, 
[src]