pub fn find_step<'a>(steps: &'a [Step], name: &str) -> Option<&'a Step>
Recursively searches for a step by name within a list of steps.