Conjugate

Trait Conjugate 

Source
pub trait Conjugate {
    type Output;

    // Required method
    fn conj(&self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn conj(&self) -> Self::Output

Implementors§