parse_f32

Function parse_f32 

Source
fn parse_f32(
    value: Option<&str>,
    path: &str,
    default: f32,
) -> Result<f32, String>