pub fn parse_expr(input: &str) -> Result<Expression, Error>
Expand description
Parse an input into an Expression
.
ยงErrors
Returns an error if the input does not resemble a valid HCL expression.
pub fn parse_expr(input: &str) -> Result<Expression, Error>
Parse an input into an Expression
.
Returns an error if the input does not resemble a valid HCL expression.