Struct pyo3::exc::SystemError[][src]

pub struct SystemError;

Methods

impl SystemError
[src]

Trait Implementations

impl From<SystemError> for PyErr
[src]

Performs the conversion.

impl<T> Into<PyResult<T>> for SystemError
[src]

Performs the conversion.

impl PyTypeObject for SystemError
[src]

Initialize type object

Retrieves the type object for this Python object type.

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for SystemError

impl Sync for SystemError