Skip to main content

StreamRegistry

Type Alias StreamRegistry 

Source
pub type StreamRegistry = HashMap<String, Box<dyn Iterator<Item = String> + Send>>;
Expand description

agent.cloud_stream registry: per-handle producer iterators keyed by opaque handle id (#305 slice 3).

Aliased Typeยง

pub struct StreamRegistry { /* private fields */ }