pub type SpanReceiver<T> = UnboundedReceiver<FinishedSpan<T>>;Expand description
Unbounded tokio::sync::mpsc receiver for finished spans.
Aliased Typeยง
pub struct SpanReceiver<T> { /* private fields */ }pub type SpanReceiver<T> = UnboundedReceiver<FinishedSpan<T>>;Unbounded tokio::sync::mpsc receiver for finished spans.
pub struct SpanReceiver<T> { /* private fields */ }