Struct pyo3::exc::NotImplementedError [] [src]

pub struct NotImplementedError;

Methods

impl NotImplementedError
[src]

[src]

[src]

Trait Implementations

impl From<NotImplementedError> for PyErr
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

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