resolve_string_expr

Function resolve_string_expr 

Source
pub fn resolve_string_expr(
    deps: Deps<'_>,
    env: Env,
    expr: GenExpr<Value<String>, StringOp>,
    vars: &Vec<Variable>,
) -> Result<bool, ContractError>