Skip to main content

StreamEventRef

Type Alias StreamEventRef 

Source
pub type StreamEventRef = Arc<dyn StreamEvent>;
Expand description

Shared stream event reference used across async boundaries.

Aliased Typeยง

pub struct StreamEventRef { /* private fields */ }