Function espr::parser::case_action [−][src]
pub fn case_action(input: &str) -> ParseResult<'_, (Vec<Expression>, Statement)>
Expand description
189 case_action = case_label { ,
case_label } :
stmt .
pub fn case_action(input: &str) -> ParseResult<'_, (Vec<Expression>, Statement)>
189 case_action = case_label { ,
case_label } :
stmt .