Skip to main content

handle_process_stdio_messages

Function handle_process_stdio_messages 

Source
pub async fn handle_process_stdio_messages<THandler: AsyncPluginHandler>(
    handler: THandler,
) -> Result<(), FormatError>
Expand description

Handles the process’ messages based on the provided handler.