macro_rules! impl_from_bool { ($($int:ty)*) => { ... }; }
Implement From<bool> for integers
From<bool>