Type Definition result_float::Result

source · []
pub type Result<F> = Result<ResultFloat<F>, NaN>;
Expand description

The type returned by most ResultFloat operations.