Trait rats::functor::KindFunctorExt[][src]

pub trait KindFunctorExt<'f_, F_, Z> where
    F_: Functor<F_, Z>, 
{ type A; type Z = Z; fn map<B, Fn_>(self, f: Fn_) -> Kind<'f_, F_, B, Self::Z>
    where
        Fn_: Fn(Self::A) -> B + 'f_
; }

Associated Types

Required Methods

Implementors