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

Derive with #[derive(EqIgnoreSpan)].

Required Methods

Implementations on Foreign Types

Implementors

impl<T> EqIgnoreSpan for ArcCow<T>where
    T: EqIgnoreSpan + Take + Freeze,

impl EqIgnoreSpan for Id

impl<const N: &'static str> EqIgnoreSpan for Tracker<N>

impl EqIgnoreSpan for Key

impl EqIgnoreSpan for Ref

impl EqIgnoreSpan for Tpl

impl EqIgnoreSpan for Lit

impl EqIgnoreSpan for Str

impl EqIgnoreSpan for Pat