pub type StreamingCommandHandler = Arc<dyn Fn(CommandContext, StreamSender) -> StreamingCommandFuture + Send + Sync>;Expand description
Shared streaming handler: receives context and an event sender; returns when the stream ends.
Aliased Typeยง
pub struct StreamingCommandHandler { /* private fields */ }