Struct parsell::impls::Function2 [] [src]

pub struct Function2<F>(_);

Methods

impl<F> Function2<F>
[src]

Trait Implementations

impl<F: Copy> Copy for Function2<F>
[src]

impl<F: Clone> Clone for Function2<F>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<F: Debug> Debug for Function2<F>
[src]

Formats the value using the given formatter.

impl<F, S1, S2> Function<(S1, S2)> for Function2<F> where
    F: Fn<(S1, S2)>, 
[src]