[][src]Trait sodium_rust::IsLambda6

pub trait IsLambda6<A, B, C, D, E, F, G> {
    fn call(&mut self, a: &A, b: &B, c: &C, d: &D, e: &E, f: &F) -> G;
fn deps_op(&self) -> Option<&Vec<Dep>>; }

Required methods

fn call(&mut self, a: &A, b: &B, c: &C, d: &D, e: &E, f: &F) -> G

fn deps_op(&self) -> Option<&Vec<Dep>>

Loading content...

Implementors

impl<A, B, C, D, E, F, G, FN: FnMut(&A, &B, &C, &D, &E, &F) -> G> IsLambda6<A, B, C, D, E, F, G> for Lambda<FN>[src]

impl<A, B, C, D, E, F, G, FN: FnMut(&A, &B, &C, &D, &E, &F) -> G> IsLambda6<A, B, C, D, E, F, G> for FN[src]

Loading content...