Function string_to_f64

Source
pub fn string_to_f64<'de, D>(deserializer: D) -> Result<f64, D::Error>
where D: Deserializer<'de>,