Trait hetseq::Functor [] [src]

pub trait Functor<F> {
    type Output;
    fn fmap(self, _: F) -> Self::Output;
}

Associated Types

Required Methods

Implementors