Trait erg_common::traits::StructuralEq

source ·
pub trait StructuralEq {
    // Required method
    fn structural_eq(&self, other: &Self) -> bool;
}

Required Methods§

source

fn structural_eq(&self, other: &Self) -> bool

Object Safety§

This trait is not object safe.

Implementors§