Macro convert

Source
macro_rules! convert {
    ($value:expr, $type:ty) => { ... };
}
Expand description

Convenience macro for converting raw numeric values to a generic.