pub struct FpResult<T> { pub val: T, pub status: Status, }
A value combined with a floating point status.
val: T
status: Status