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

pub struct MemoryError;

Methods

impl MemoryError
[src]

Trait Implementations

impl From<MemoryError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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

impl Sync for MemoryError