Trait erg_common::traits::AddrEq

source ·
pub trait AddrEq {
    fn addr_eq(&self, other: &Self) -> bool { ... }
}
Expand description

Equivalent to is in Python

Provided Methods§

Implementors§