pub trait Conj<T>where Self: MixedComplex,{ // Required method fn conj(&self) -> T; }
Complex Conjugate of T.