[go: up one dir, main page]

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

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

Represents the result of a Python call.