Skip to main content

InputStreams

Type Alias InputStreams 

Source
pub type InputStreams = HashMap<String, InputStream>;
Expand description

Type alias for a collection of input streams, keyed by port name.

Aliased Typeยง

pub struct InputStreams { /* private fields */ }