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