Skip to main content

FixedDriftDerivFn

Type Alias FixedDriftDerivFn 

Source
pub type FixedDriftDerivFn = Box<dyn Fn(usize, &Array1<f64>) -> Result<Option<DriftDerivResult>, String> + Send + Sync>;

Aliased Typeยง

pub struct FixedDriftDerivFn(/* private fields */);