is_executable

Function is_executable 

Source
pub fn is_executable(path: &Path) -> bool
Expand description

Check whether a path in PATH is a valid executable.

Derived from which’s Checker.