macro_rules! impl_from_string {
    ($($t:ident, $wrapped:ty),*) => { ... };
}