[][src]Constant opentelemetry::api::trace::TRACE_FLAG_DEFERRED

pub const TRACE_FLAG_DEFERRED: u8 = 0x02;

TRACE_FLAGS_DEFERRED is a bitmask with the deferred bit set. A SpanReference with the deferred bit set means the sampling decision has been defered to the receiver.