Type Definition PyResult
pyo3::prelude
type PyResult<T> = Result<T, PyErr>;
Represents the result of a Python call.