pub fn get_float(key: &str) -> Result<f64, String>
Expand description

Returns the given settings parameter as f64.

Errors

Returns the error message.