Trait variadics::PartialEqVariadic
source · pub trait PartialEqVariadic: VariadicExt + Sealed {
// Required methods
fn eq(&self, other: &Self) -> bool;
fn eq_ref(this: Self::AsRefVar<'_>, other: Self::AsRefVar<'_>) -> bool;
}
Expand description
A variadic where all item implement PartialEq
.
Required Methods§
Object Safety§
This trait is not object safe.