macro_rules! impl_for_optional_bool {
    ($($t:ty,)+) => { ... };
}