pub fn get_program_string<'a>(
start_info: &'a ComponentStartInfo,
key: &str,
) -> Option<&'a str>
Expand description
Retrieve a string from the program dictionary in ComponentStartInfo.
pub fn get_program_string<'a>(
start_info: &'a ComponentStartInfo,
key: &str,
) -> Option<&'a str>
Retrieve a string from the program dictionary in ComponentStartInfo.