Struct parsell::impls::Discard [] [src]

pub struct Discard;

Trait Implementations

impl Debug for Discard
[src]

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

Formats the value using the given formatter.

impl Clone for Discard
[src]

fn clone(&self) -> Discard

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

impl<T> Function<T> for Discard
[src]

type Output = ()

fn apply(&self, _: T)