hcl_edit::parser

Function parse_expr

Source
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.