Searched refs:InterceptorToTrackLocalWriter (Results 1 – 2 of 2) sorted by relevance
118 pub(crate) struct InterceptorToTrackLocalWriter { struct123 impl InterceptorToTrackLocalWriter { implementation125 InterceptorToTrackLocalWriter { in new()136 impl std::fmt::Debug for InterceptorToTrackLocalWriter { implementation143 impl TrackLocalWriter for InterceptorToTrackLocalWriter { implementation
15 InterceptorToTrackLocalWriter, TrackLocal, TrackLocalContext, TrackLocalWriter,383 let write_stream = Arc::new(InterceptorToTrackLocalWriter::new(self.paused.clone())); in send()