usecubecl_core::prelude::CubePrimitive;/// Run an arbitrary function with the quantization types from the scheme.
/// Useful when concrete types aren't available.
pubtraitRunWithQuantType{typeOutput;fnexecute<Q: CubePrimitive, S: CubePrimitive>(self)->Self::Output;}