Type Definition pyo3::prelude::PyResult[][src]

pub type PyResult<T> = Result<T, PyErr>;
Expand description

Represents the result of a Python call.