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