Macro impl_hash_for_named

Source
macro_rules! impl_hash_for_named {
    ($struct_name:ident$(<$($generic:tt $( : $trait_tt1: tt $( + $trait_tt2: tt)*)?),+>)?) => { ... };
}
Expand description

Fast impl std::hash::Hash for Named types.