Trait pyo3::PyErrArguments [−][src]
Helper conversion trait that allows to use custom arguments for exception constructor.
Required Methods
Implementations on Foreign Types
impl PyErrArguments for Error[src]
impl PyErrArguments for ErrorExtract errno and errdesc from from io::Error
impl<W: Send + Debug> PyErrArguments for IntoInnerError<W>[src]
impl<W: Send + Debug> PyErrArguments for IntoInnerError<W>impl PyErrArguments for ParseIntError[src]
impl PyErrArguments for ParseIntErrorimpl PyErrArguments for ParseFloatError[src]
impl PyErrArguments for ParseFloatErrorimpl PyErrArguments for ParseError[src]
impl PyErrArguments for ParseErrorimpl PyErrArguments for ParseBoolError[src]
impl PyErrArguments for ParseBoolErrorimpl PyErrArguments for IntoStringError[src]
impl PyErrArguments for IntoStringErrorimpl PyErrArguments for NulError[src]
impl PyErrArguments for NulErrorimpl PyErrArguments for Utf8Error[src]
impl PyErrArguments for Utf8Errorimpl PyErrArguments for FromUtf8Error[src]
impl PyErrArguments for FromUtf8Errorimpl PyErrArguments for FromUtf16Error[src]
impl PyErrArguments for FromUtf16Errorimpl PyErrArguments for DecodeUtf16Error[src]
impl PyErrArguments for DecodeUtf16Errorimpl PyErrArguments for AddrParseError[src]
impl PyErrArguments for AddrParseError