Struct parsell::impls::Second [] [src]

pub struct Second;

Trait Implementations

impl Debug for Second
[src]

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

Formats the value using the given formatter.

impl Clone for Second
[src]

fn clone(&self) -> Second

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

impl<S, T> Function<(S, T)> for Second
[src]

type Output = T

fn apply(&self, arg: (S, T)) -> T

impl<T> VariantFunction<T> for Second
[src]

type Input = ((), T)

fn apply(&self, arg: ((), T)) -> T