pub type StreamingSinkSender = Arc<Sender<StreamDelta>>;Expand description
Strong sender side, wrapped in Arc so the runtime callback can clone
cheaply on every lookup. Re-exported here so callers don’t have to know
the runtime’s internal type.
Aliased Type§
pub struct StreamingSinkSender { /* private fields */ }