macro_rules! impl_de_by_from_str {
    ($target:ty) => { ... };
}