Skip to main content

BoxCommand

Command builder for running programs in a box.

Builder Methods


Execution

Handle to a running command.

Methods


ExecStdin

Standard input stream (write-only).

Example


ExecStdout / ExecStderr

Standard output/error streams (read-only). Implements futures::Stream<Item = String>.

Concurrent Reading


ExecResult

Exit status of a process.

See Also