Trait Pym

Source
pub trait Pym {
    // Required method
    fn run(&self, args: PyTuple) -> PyAny;
}
Expand description

The core trait of pym.

Required Methods§

Source

fn run(&self, args: PyTuple) -> PyAny

Implementors§