[][src]Function hygeia::shim::run_with

pub fn run_with<S>(
    toolchain: &InstalledToolchain,
    command: &str,
    arguments: &[S]
) -> Result<()> where
    S: AsRef<str> + AsRef<OsStr> + Debug