Trait cplx::Conjugable [] [src]

pub trait Conjugable {
    fn conjugate(self) -> Self;
}

Required Methods

Implementors