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

Pythonではis演算子に相当

Provided Methods

Implementors