macro_rules! impl_error_from {
    ($thing:ty, $from_thing:ty, $field:ident) => { ... };
}