Macro ifs::hash

source ยท
macro_rules! hash {
    ($($await:ident)? : $Hasher:ty, $reader:expr $(,$write:ident)?) => { ... };
}