Struct parsell::impls::TryDiscard [] [src]

pub struct TryDiscard;

Trait Implementations

impl Debug for TryDiscard
[src]

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

Formats the value using the given formatter.

impl Clone for TryDiscard
[src]

fn clone(&self) -> TryDiscard

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 TryDiscard
[src]

impl<S, E> Function<Result<S, E>> for TryDiscard
[src]

type Output = Result<(), E>

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