pub type ExecExitFuture = Pin<Box<dyn Future<Output = Result<i32>> + Send>>;Expand description
Future returned by ExecHandle that resolves with the exec’d process’s
exit code once the runtime observes it has terminated.
Aliased Type§
pub struct ExecExitFuture { /* private fields */ }