Struct parsell::impls::Function4 [] [src]

pub struct Function4<F>(_);

Methods

impl<F> Function4<F>
[src]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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