Skip to main content

parse_condition_expr

Function parse_condition_expr 

Source
pub fn parse_condition_expr(input: &str) -> Result<Condition, DkitError>
Expand description

where 절의 조건식만 파싱하는 편의 함수 예: “age > 30 and city == "Seoul"”