Type Alias mz_expr_parser::parser::scalar::Result

source ·
type Result = Result<MirScalarExpr>;

Aliased Type§

enum Result {
    Ok(MirScalarExpr),
    Err(Error),
}

Variants§

§1.0.0

Ok(MirScalarExpr)

Contains the success value

§1.0.0

Err(Error)

Contains the error value