Skip to main content

parse_case

Function parse_case 

Source
fn parse_case(input: ParseStream<'_>) -> Result<MirScalarExpr>
Expand description

Parses case when {cond} then {then} else {els} end.