Skip to main content

Module command_executor

Module command_executor 

Source

Re-exports§

pub use binary::BinaryExecutor;

Modules§

binary
plugin

Traits§

CommandExecutor
Run a CommandRequest against some backend (subprocess of the cli binary, in-process router, mock, …) and surface its output as a stream of typed items.