Macro try_from_f64_vec

Source
macro_rules! try_from_f64_vec {
    ($($T:ty { $($field:ident),+ }),*) => { ... };
}