Function run_cmd

Source
pub fn run_cmd<F, T>(c: &mut Command, f: F) -> Result<T, CommandError>
where F: FnOnce(Vec<u8>) -> T,