Type Definition Func
opensrdk_kernel_method
type Func<T> = Box<dyn Fn(&T, &T, bool, &[f64]) -> Result<(f64, Option<Vec<f64>>), Box<dyn Error>>>;