Struct pyo3::exc::ZeroDivisionError[][src]

pub struct ZeroDivisionError;

Methods

impl ZeroDivisionError
[src]

Trait Implementations

impl From<ZeroDivisionError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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