Skip to main content

Module plugin

Module plugin 

Source

Structs§

PluginExecutor
Demultiplex many in-flight CommandRequest calls over a plugin’s stdin/stdout. Each execute mints a fresh id, emits a Output::Command(Command { id, command }) line on the plugin’s stdout, and returns a stream that yields whatever the overlord writes back to the plugin’s stdin under the same id.

Enums§

Error