Re-exports§
pub use binary::BinaryExecutor;
Modules§
Traits§
- Command
Executor - Run a
CommandRequestagainst some backend (subprocess of the cli binary, in-process router, mock, …) and surface its output as a stream of typed items.
pub use binary::BinaryExecutor;CommandRequest against some backend (subprocess of the cli
binary, in-process router, mock, …) and surface its output as a
stream of typed items.