Struct pyo3::exc::RecursionError[][src]

pub struct RecursionError;

Methods

impl RecursionError
[src]

Trait Implementations

impl From<RecursionError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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