Trait functor::Bivariant [] [src]

pub trait Bivariant<'a, B>: ReParam<B> {
    fn xmap(self) -> Self::Output;
}

Required Methods

Implementors