We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa6298 commit a8cbd3eCopy full SHA for a8cbd3e
src/process.rs
@@ -260,7 +260,7 @@ impl WaitFun {
260
ret
261
}
262
263
- pub fn wait_raw_result_nolog(&mut self) -> Result<Vec<u8>> {
+ fn wait_raw_result_nolog(&mut self) -> Result<Vec<u8>> {
264
let handle = self.0.pop().unwrap();
265
let wait_last = handle.wait_with_output();
266
match wait_last {
@@ -287,7 +287,7 @@ impl WaitFun {
287
288
289
290
- pub fn wait_result_nolog(&mut self) -> FunResult {
+ fn wait_result_nolog(&mut self) -> FunResult {
291
// wait last process result
292
293
0 commit comments