Struct parsell::impls::Function6 [] [src]

pub struct Function6<F>(_);

Methods

impl<F> Function6<F>
[src]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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