Function mozrunner::path::is_binary

source ·
pub fn is_binary(path: &Path) -> bool
Expand description

Determines if the path is an executable binary. That is, if it exists, is a file, and is executable where applicable.