macro_rules! convert {
($value:expr, $type:ty) => { ... };
}
Expand description
Convenience macro for converting raw numeric values to a generic.
macro_rules! convert {
($value:expr, $type:ty) => { ... };
}
Convenience macro for converting raw numeric values to a generic.