Type Alias matrix_sdk_base::store::BoxStream

source ·
pub type BoxStream<T> = Pin<Box<dyn Stream<Item = T> + Send>>;
Expand description

BoxStream of owned Types

Aliased Type§

struct BoxStream<T> { /* private fields */ }