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