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

type PyResult<T> = Result<T, PyErr>;

Represents the result of a Python call.