☰
PyResult
In pyo3::prelude
?
Type Definition
pyo3
::
prelude
::
PyResult
source
·
[
−
]
pub type PyResult<T> =
Result
<T,
PyErr
>;
Expand description
Represents the result of a Python call.