Struct parsell::impls::TryZipTry [] [src]

pub struct TryZipTry;

Trait Implementations

impl Copy for TryZipTry
[src]

impl Clone for TryZipTry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TryZipTry
[src]

Formats the value using the given formatter.

impl<S, T, E> Function<(Result<S, E>, Result<T, E>)> for TryZipTry
[src]

impl<S, T, E> VariantFunction<Result<(S, T), E>> for TryZipTry
[src]