runner

Function get_program_strvec

Source
pub fn get_program_strvec<'a>(
    start_info: &'a ComponentStartInfo,
    key: &str,
) -> Result<Option<&'a Vec<String>>, StartInfoProgramError>
Expand description

Retrieve a StrVec from the program dictionary in ComponentStartInfo. Returns StartInfoProgramError::InvalidStrVec if the value is not a StrVec.