pub trait IntoPyException {
// Required method
fn into_pyexception(self, vm: &VirtualMachine) -> PyBaseExceptionRef;
}Required Methods§
fn into_pyexception(self, vm: &VirtualMachine) -> PyBaseExceptionRef
Implementations on Foreign Types§
Source§impl IntoPyException for FormatSpecError
impl IntoPyException for FormatSpecError
fn into_pyexception(self, vm: &VirtualMachine) -> PyBaseExceptionRef
Source§impl IntoPyException for Error
impl IntoPyException for Error
fn into_pyexception(self, vm: &VirtualMachine) -> PyBaseExceptionRef
Source§impl IntoPyException for Error
Available on Unix only.
impl IntoPyException for Error
Available on Unix only.