pub fn get_program_binary_from_dict(
dict: &Dictionary,
) -> Result<String, StartInfoProgramError>
Expand description
Retrieves binary
from a ComponentStartInfo dict and makes sure that path is relative.
pub fn get_program_binary_from_dict(
dict: &Dictionary,
) -> Result<String, StartInfoProgramError>
Retrieves binary
from a ComponentStartInfo dict and makes sure that path is relative.