Struct parsell::impls::Function3 [] [src]

pub struct Function3<F>(_);

Methods

impl<F> Function3<F>
[src]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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