Skip to main content

run_verify_command_with_stdin

Function run_verify_command_with_stdin 

Source
pub fn run_verify_command_with_stdin<R: Read>(
    args: &[OsString],
    env: &BTreeMap<String, String>,
    cwd: &Path,
    stdin: R,
) -> Result<VerifyCliResult, VerifyCliError>