pub fn empty_stream() -> Pin<Box<dyn Stream<Item = Result<StreamingEvent, PluginError>> + Send>>Expand description
Helper to build an empty plugin stream (default no-op responses).
pub fn empty_stream() -> Pin<Box<dyn Stream<Item = Result<StreamingEvent, PluginError>> + Send>>Helper to build an empty plugin stream (default no-op responses).