Function cedar_policy_core::parser::parse_literal
source · pub fn parse_literal(val: &str) -> Result<Literal, Vec<ParseError>>
Expand description
parse a string into an ast::Literal (does not support expressions)
pub fn parse_literal(val: &str) -> Result<Literal, Vec<ParseError>>
parse a string into an ast::Literal (does not support expressions)