pub trait TransformType4<T: DctNum>: Dct4<T> + Dst4<T> { }
A trait for algorithms that can compute both DCT4 and DST4, all in one struct