Skip to main content

SpanReceiver

Type Alias SpanReceiver 

Source
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 */ }