rustpython_vm::pyobject::IdProtocol - Rust
pub trait IdProtocol {
fn get_id(&self) -> usize;
fn is<T>(&self, other: &T) -> bool
where
T: IdProtocol,
{ ... }
}Required methods
fn get_id(&self) -> usize
Loading content...
Provided methods
fn is<T>(&self, other: &T) -> bool where
T: IdProtocol,
Loading content...
T: IdProtocol,