macro_rules! deserialize {
($map:expr, $ty:ty, $errors:expr, $file:expr) => { ... };
($map:expr, $ty:ty, $errors:expr, $file:expr, $replacements_allowed:expr) => { ... };
}macro_rules! deserialize {
($map:expr, $ty:ty, $errors:expr, $file:expr) => { ... };
($map:expr, $ty:ty, $errors:expr, $file:expr, $replacements_allowed:expr) => { ... };
}