Trait pyo3::PyErrArguments [−][src]
Helper conversion trait that allows to use custom arguments for lazy exception construction.
Required methods
Loading content...Implementations on Foreign Types
impl<W: Send + Sync + Debug> PyErrArguments for IntoInnerError<W>[src]
impl<W: Send + Sync + Debug> PyErrArguments for IntoInnerError<W>[src]Implementors
Loading content...