pub trait Transform<U> { // Required method fn apply(&self, x: U) -> U; }
Complex and hypercomplex transformation basic trait.
Apply the transformation.