Type Definition ValueFn
opensrdk_kernel_method::instant
type ValueFn = dyn Fn(&[f64], &Vec<f64>, &Vec<f64>, bool) -> Result<(f64, Vec<f64>), Box<dyn Error>>;