pub fn stream_from_events(events: Vec<StreamingEvent>) -> PluginStreamExpand description
Helper to build a plugin stream from a pre-collected vector of events.
Useful for non-streaming plugins or stub implementations that produce all events up-front.