Function which::which [] [src]

pub fn which(
    files: &[&str],
    paths: &[&Path],
    match_all: bool,
    result: Option<&mut Vec<PathBuf>>
) -> Result<bool, String>