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

pub struct ReferenceError;

Methods

impl ReferenceError
[src]

Trait Implementations

impl From<ReferenceError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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