pub fn read_finite_f32<L>(lookup: &L, key: &str, default: f32) -> f32where L: ConfigValueLookup + ?Sized,
Reads a finite f32 from a runtime configuration lookup.
f32