pub type StreamEventRef = Arc<dyn StreamEvent>;Expand description
Shared stream event reference used across async boundaries.
Aliased Typeยง
pub struct StreamEventRef { /* private fields */ }pub type StreamEventRef = Arc<dyn StreamEvent>;Shared stream event reference used across async boundaries.
pub struct StreamEventRef { /* private fields */ }