parse_when_then

Function parse_when_then 

Source
pub fn parse_when_then(body: &str) -> Option<(String, String)>
Expand description

Parse “when … then …” and extract condition and action parts