Type Definition caffe2_imports::PyResult

source ·
pub type PyResult<T> = Result<T, PyErr>;
Expand description

Represents the result of a Python call.