Bivariant

Trait Bivariant 

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

Required Methods§

Source

fn xmap(self) -> Self::Output

Implementations on Foreign Types§

Source§

impl<'a, A, B> Bivariant<'a, B> for PhantomData<A>

Source§

fn xmap(self) -> Self::Output

Implementors§