pub trait TypeEq {
// Required method
fn type_eq(&self, other: &Self) -> bool;
}
Expand description
Derive with #[derive(TypeEq)]
.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait TypeEq {
// Required method
fn type_eq(&self, other: &Self) -> bool;
}
Derive with #[derive(TypeEq)]
.