[][src]Trait numpy::error::IntoPyErr

pub trait IntoPyErr: Into<PyErr> {
    fn into_pyerr(self) -> PyErr;
fn into_pyerr_with<D: Display>(self, _: impl FnOnce() -> D) -> PyErr; }

Required methods

fn into_pyerr(self) -> PyErr

fn into_pyerr_with<D: Display>(self, _: impl FnOnce() -> D) -> PyErr

Loading content...

Implementors

impl IntoPyErr for ErrorKind[src]

Loading content...