◐ Shell
reader mode source ↗
Pick another theme!

[][src]Trait rustpython_vm::pyobject::PyObjectPayload

pub trait PyObjectPayload: Any + Debug + 'static {
    fn as_any(&self) -> &dyn Any;
}

Required methods

fn as_any(&self) -> &dyn Any

Loading content...

Implementors

Loading content...