macro_rules! hash_result {
    ([]) => { ... };
    ([(no_hash) $($rest:tt)*]) => { ... };
    ([$other:tt $($modifiers:tt)*]) => { ... };
}