macro_rules! implement_from_for_enum {
    ($type:ty, $error:ty, $field:ident) => { ... };
}