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

pub struct RecursionError;

Methods

impl RecursionError
[src]

[src]

[src]

Trait Implementations

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

[src]

Performs the conversion.

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