[][src]Trait ferrite_session::Applicative

pub trait Applicative: Functor {
    fn apply<A, B, Func>(
        fab: Applied<Self, Func>,
        fa: Applied<Self, A>
    ) -> Applied<Self, B>
    where
        Func: Fn(A) -> B,
        A: Send + 'static,
        B: Send + 'static
; }

Required methods

fn apply<A, B, Func>(
    fab: Applied<Self, Func>,
    fa: Applied<Self, A>
) -> Applied<Self, B> where
    Func: Fn(A) -> B,
    A: Send + 'static,
    B: Send + 'static, 

Loading content...

Implementors

Loading content...