pub trait ToPyException {
// Required method
fn to_pyexception(&self, vm: &VirtualMachine) -> PyBaseExceptionRef;
}Required Methods§
fn to_pyexception(&self, vm: &VirtualMachine) -> PyBaseExceptionRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl ToPyException for (CompileError, Option<&str>)
Available on crate features codegen or parser only.
impl ToPyException for (CompileError, Option<&str>)
Available on crate features
codegen or parser only.fn to_pyexception(&self, vm: &VirtualMachine) -> PyBaseExceptionRef
Source§impl ToPyException for (CompileError, Option<&str>, bool)
Available on crate features codegen or parser only.
impl ToPyException for (CompileError, Option<&str>, bool)
Available on crate features
codegen or parser only.