Type Definition rgsl::function[][src]

type function<T> = fn(x: f64, p: &mut T) -> f64;