impl_from_signed

Macro impl_from_signed 

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