Skip to main content

impl_int_cast

Macro impl_int_cast 

Source
macro_rules! impl_int_cast {
    ($Src:ty as [$($Dst:ty),*]) => { ... };
}