macro_rules! impl_eq_variant {
{ $var:ident($type:ty) } => { ... };
}
Expand description
Expand to an implementation for PartialEq for a given key type.
macro_rules! impl_eq_variant {
{ $var:ident($type:ty) } => { ... };
}
Expand to an implementation for PartialEq for a given key type.