Trait swc_common::TypeEq
source · pub trait TypeEq {
// Required method
fn type_eq(&self, other: &Self) -> bool;
}
Expand description
Derive with #[derive(TypeEq)]
.
pub trait TypeEq {
// Required method
fn type_eq(&self, other: &Self) -> bool;
}
Derive with #[derive(TypeEq)]
.