Struct cpython::PythonObjectDowncastError[][src]

pub struct PythonObjectDowncastError<'p>(pub Python<'p>);

Trait Implementations

impl<'p> Debug for PythonObjectDowncastError<'p>
[src]

Formats the value using the given formatter. Read more

impl<'p> From<PythonObjectDowncastError<'p>> for PyErr
[src]

Converts PythonObjectDowncastError to Python TypeError.

Performs the conversion.

Auto Trait Implementations

impl<'p> !Send for PythonObjectDowncastError<'p>

impl<'p> !Sync for PythonObjectDowncastError<'p>