macro_rules! impl_from_json_value_for_hash {
    ($t:ty) => { ... };
}