Struct pyo3::PyDowncastError[][src]

pub struct PyDowncastError;

Marker type that indicates an error while downcasting

Trait Implementations

impl From<PyDowncastError> for PyErr
[src]

Converts PyDowncastError to Python TypeError.

Performs the conversion.

impl<'p> Debug for PyDowncastError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations