macro_rules! option_value_to_store { ($value:expr, f64) => { ... }; ($value:expr, $type:ty) => { ... }; }