Re-exports§
pub use binary::BinaryExecutor;pub use websocket::WebSocketExecutor;
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.