We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d207172 commit c7da672Copy full SHA for c7da672
datadog-trace-utils/src/span/mod.rs
@@ -99,6 +99,7 @@ impl SpanBytes for Bytes {
99
/// Trait representing a tuple of (Text, Bytes) types used for different underlying data structures.
100
/// Note: The functions are internal to the msgpack decoder and should not be used directly: they're
101
/// only exposed here due to the inavailability of min_specialization in stable Rust.
102
+/// Also note that the Clone and PartialEq bounds are only present for tests.
103
pub trait TraceData: Default + Clone + Debug + PartialEq + Serialize {
104
type Text: SpanText;
105
type Bytes: SpanBytes;
0 commit comments