Function typedb_driver::box_stream

source ·
pub fn box_stream<'a, T>(
    stream: impl Stream<Item = T> + Send + 'a
) -> BoxStream<'a, T>