pub trait InPlaceTransformExecutor<V: Copy + Default> { // Required method fn transform(&self, in_out: &mut [V]) -> Result<(), CmsError>; }