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