Type Definition lexical_core::F32Result

source ·
pub type F32Result = Result<f32>;
Expand description

Expanded generic for a result type containing a value of type f32.