pub fn toml_f32_slice(arr: &[Value]) -> Option<Vec<f32>>
Coerce every element of a &[Value] slice to f32.
&[Value]
f32