[][src]Trait sodium_rust::IsLambda1

pub trait IsLambda1<A, B> {
    fn call(&mut self, a: &A) -> B;
fn deps_op(&self) -> Option<&Vec<Dep>>; }

Required methods

fn call(&mut self, a: &A) -> B

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

Loading content...

Implementors

impl<A, B, FN: FnMut(&A) -> B> IsLambda1<A, B> for Lambda<FN>[src]

impl<A, B, FN: FnMut(&A) -> B> IsLambda1<A, B> for FN[src]

Loading content...