Macro impl_unsigned_abs

Source
macro_rules! impl_unsigned_abs {
    ($Signed:ty, $Unsigned:ty) => { ... };
}