pub fn find_binary_in_dir( dir: &Path, ) -> Pin<Box<dyn Future<Output = Result<PathBuf, UpdateKitError>> + Send + '_>>
Find the first executable file in a directory (recursively).