Type Definition F32Result
lexical_core::ffi
type F32Result = Result<f32>;
Expanded generic for a result type containing a value of type f32.