find_program

Function find_program 

Source
pub async fn find_program(
    arg: &str,
    paths: &Vec<String>,
) -> Result<String, Box<dyn Error>>