Struct parsell::impls::TryZip [] [src]

pub struct TryZip;

Trait Implementations

impl Debug for TryZip
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for TryZip
[src]

fn clone(&self) -> TryZip

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for TryZip
[src]

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

type Output = Result<(S, T), E>

fn apply(&self, args: (Result<S, E>, T)) -> Result<(S, T), E>