[][src]Function asciii::util::yaml::get_f64

pub fn get_f64(yaml: &Yaml, key: &str) -> Option<f64>

Gets a Float value.

Also takes a Yaml::I64 and reinterprets it.