Trait swc_common::EqIgnoreSpan[][src]

pub trait EqIgnoreSpan {
    fn eq_ignore_span(&self, other: &Self) -> bool;
}
Expand description

Derive with #[derive(EqIgnoreSpan)].

Required methods

Implementations on Foreign Types

Implementors