Struct pyo3::prelude::exc::BrokenPipeError[][src]

pub struct BrokenPipeError;

Methods

impl BrokenPipeError
[src]

Trait Implementations

impl From<BrokenPipeError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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