Struct pyo3::exc::BufferError[][src]

pub struct BufferError;

Methods

impl BufferError
[src]

Trait Implementations

impl From<BufferError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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

impl Sync for BufferError