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