Trait IntoPyException

Source
pub trait IntoPyException {
    // Required method
    fn into_pyexception(self, vm: &VirtualMachine) -> PyBaseExceptionRef;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoPyException for FormatSpecError

Source§

impl IntoPyException for Error

Source§

impl<T> IntoPyException for &T
where T: ToPyException,

Implementors§