Type Alias chewdata::DataStream

source ·
pub type DataStream = Pin<Box<dyn Stream<Item = DataResult> + Send>>;

Aliased Type§

struct DataStream {}