Macro impl_from_bool

Source
macro_rules! impl_from_bool {
    ($field:ident) => { ... };
}