macro_rules! from_str_with {
    ($str:expr, $deserializer:path) => { ... };
}