macro_rules! fatal_db_hash_construction_check {
    ($hint:expr, $hash:expr, $res:expr,) => { ... };
    ($hint:expr, $hash:expr, $res:expr) => { ... };
}
Expand description

Macro for standard handling of db deserialization fatal errors