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

pub struct Function5<F>(_);

Methods

impl<F> Function5<F>
[src]

fn new(f: F) -> Self

Trait Implementations

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

fn clone(&self) -> Function5<F>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

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

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]

type Output = F::Output

fn apply(&self, args: ((((S1, S2), S3), S4), S5)) -> F::Output