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

pub struct Second;

Trait Implementations

impl<S, T> Function<(S, T)> for Second

type Output = T

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

impl<T> VariantFunction<T> for Second

type Input = ((), T)

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

Derived Implementations

impl Debug for Second

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

impl Clone for Second

fn clone(&self) -> Second

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

impl Copy for Second