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.
macro_rules! impl_hash_for_named {
($struct_name:ident$(<$($generic:tt $( : $trait_tt1: tt $( + $trait_tt2: tt)*)?),+>)?) => { ... };
}Fast impl std::hash::Hash for Named types.