macro_rules! impl_from_bool {
    ($target: ty, #[$attr:meta]) => { ... };
}