Macro impl_eq_variant

Source
macro_rules! impl_eq_variant {
    { $var:ident($type:ty) } => { ... };
}
Expand description

Expand to an implementation for PartialEq for a given key type.