Skip to main content

output

Function output 

Source
pub fn output<Args, Arg, Env, Key, Value>(
    program: &str,
    args: Args,
    env: Option<Env>,
) -> Result<Vec<u8>>
where Args: IntoIterator<Item = Arg>, Arg: AsRef<OsStr>, Env: IntoIterator<Item = (Key, Value)>, Key: AsRef<OsStr>, Value: AsRef<OsStr>,