Macro impl_try_from_integer_for_bool

macro_rules! impl_try_from_integer_for_bool {
    ($signedness:ident $($int:ty)+) => { ... };
}

Implement TryFrom<integer> for bool