[][src]Type Definition python_config::PyResult

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

The result type denoting a return T or an Error.