pub fn current() -> impl Future<Output = ProcessResult<Process>>
Expand description
Returns the Process
matching the currently running program.
pub fn current() -> impl Future<Output = ProcessResult<Process>>
Returns the Process
matching the currently running program.