[][src]Trait pym::Pym

pub trait Pym {
    fn run(&self, args: PyTuple) -> PyAny;
}

The core trait of pym.

Required methods

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

Loading content...

Implementors

Loading content...