Macro impl_hash_type

Source
macro_rules! impl_hash_type {
    ($name:ident, $byte_count:expr) => { ... };
}