Struct parsell::impls::Function5 [] [src]

pub struct Function5<F>(_);

Methods

impl<F> Function5<F>
[src]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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