Type Alias python_ast::PyResult

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

Represents the result of a Python call.

Aliased Type§

enum PyResult<T> {
    // some variants omitted
}

Variants§