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