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

pub struct BufferError;

Methods

impl BufferError
[src]

[src]

[src]

Trait Implementations

impl From<BufferError> for PyErr
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl PyTypeObject for BufferError
[src]

[src]

Initialize type object

[src]

Retrieves the type object for this Python object type.

[src]

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for BufferError

impl Sync for BufferError