impl_from_unsigned

Macro impl_from_unsigned 

Source
macro_rules! impl_from_unsigned {
    (
        $($ty:ty),*
    ) => { ... };
}