#[derive(PartialEqVariant)]
Expand description
Derive macro generating an impl of the trait PartialEq
that compare enum only by variant
Enum::Variant(value) == Enum::Variant(other_value) => true
#[derive(PartialEqVariant)]
Derive macro generating an impl of the trait PartialEq
that compare enum only by variant
Enum::Variant(value) == Enum::Variant(other_value) => true