[][src]Type Definition cubic_spline::Result

type Result<T, E = Error> = Result<T, E>;

Alias for a Result with the error type cubic_spline::Error.