pub fn get_program_binary(
start_info: &ComponentStartInfo,
) -> Result<String, StartInfoProgramError>
Expand description
Retrieves program.binary from ComponentStartInfo and makes sure that path is relative.
pub fn get_program_binary(
start_info: &ComponentStartInfo,
) -> Result<String, StartInfoProgramError>
Retrieves program.binary from ComponentStartInfo and makes sure that path is relative.