Struct wezterm_ssh::SshChildProcess [−][src]
pub struct SshChildProcess { /* fields omitted */ }
Implementations
Trait Implementations
Poll the child to see if it has completed. Does not block. Returns None if the child has not yet terminated, else returns its exit status. Read more
Blocks execution until the child process has completed, yielding its exit status. Read more
Returns the process identifier of the child process, if applicable Read more