macro_rules! from_meta_float { ($ty:ident) => { ... }; }
Expand description
Generate an impl of FromMeta
that will accept strings which parse to floats or
float literals.
macro_rules! from_meta_float { ($ty:ident) => { ... }; }
Generate an impl of FromMeta
that will accept strings which parse to floats or
float literals.