☰
Type Definition PyResult
Other items in
pyo3
All crates
?
Type Definition
pyo3
::
PyResult
[
−
]
[src]
pub type PyResult<T> =
Result
<T,
PyErr
>;
Expand description
Represents the result of a Python call.