Skip to main content

StreamSourceRef

Type Alias StreamSourceRef 

Source
pub type StreamSourceRef = Arc<dyn StreamSource>;
Expand description

A shared reference to a stream source.

Aliased Typeยง

pub struct StreamSourceRef { /* private fields */ }