Skip to main content

find_step

Function find_step 

Source
pub fn find_step<'a>(steps: &'a [Step], name: &str) -> Option<&'a Step>
Expand description

Recursively searches for a step by name within a list of steps.