Type Definition inari::Result[][src]

type Result<T> = Result<T, IntervalError<T>>;
Expand description

An alias for Result with IntervalError.