Trait lance_core::utils::tracing::StreamTracingExt   
source · pub trait StreamTracingExt {
    // Required method
    fn stream_in_current_span(self) -> InstrumentedStream<Self>
       where Self: Stream + Sized;
}Required Methods§
sourcefn stream_in_current_span(self) -> InstrumentedStream<Self>where
    Self: Stream + Sized,
 
fn stream_in_current_span(self) -> InstrumentedStream<Self>where
    Self: Stream + Sized,
All calls to poll the stream will be done in the context of the current span (when this method is called)