Trait rustpython_vm::convert::ToPyResult
source · pub trait ToPyResult {
// Required method
fn to_pyresult(self, vm: &VirtualMachine) -> PyResult;
}
pub trait ToPyResult {
// Required method
fn to_pyresult(self, vm: &VirtualMachine) -> PyResult;
}