Trait light_curve_feature::prelude::FitFunctionTrait  
source · pub trait FitFunctionTrait<T: Float, const NPARAMS: usize>: FitModelTrait<T, T, NPARAMS> + FitParametersInternalDimlessTrait<T, NPARAMS> {
    // Provided method
    fn f(t: T, values: &[T]) -> T { ... }
}Provided Methods§
Object Safety§
This trait is not object safe.