Struct pyo3::exc::socket::herror[][src]

pub struct herror;

Methods

impl herror
[src]

Trait Implementations

impl From<herror> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

impl PyTypeObject for herror
[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 herror

impl Sync for herror