Struct pyo3::exc::BaseException [] [src]

pub struct BaseException;

Methods

impl BaseException
[src]

[src]

[src]

Trait Implementations

impl From<BaseException> for PyErr
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

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

impl Send for BaseException

impl Sync for BaseException