Struct pyo3::exc::IsADirectoryError[][src]

pub struct IsADirectoryError;

Methods

impl IsADirectoryError
[src]

Trait Implementations

impl From<IsADirectoryError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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