macro_rules! from_meta_num {
($ty:path) => { ... };
}
Expand description
Generate an impl of FromMeta
that will accept strings which parse to numbers or
integer literals.
macro_rules! from_meta_num {
($ty:path) => { ... };
}
Generate an impl of FromMeta
that will accept strings which parse to numbers or
integer literals.