Skip to content

Commit c7da672

Browse files
committed
Small note
Signed-off-by: Bob Weinand <[email protected]>
1 parent d207172 commit c7da672

File tree

1 file changed

+1
-0
lines changed
  • datadog-trace-utils/src/span

1 file changed

+1
-0
lines changed

datadog-trace-utils/src/span/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ impl SpanBytes for Bytes {
9999
/// Trait representing a tuple of (Text, Bytes) types used for different underlying data structures.
100100
/// Note: The functions are internal to the msgpack decoder and should not be used directly: they're
101101
/// 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.
102103
pub trait TraceData: Default + Clone + Debug + PartialEq + Serialize {
103104
type Text: SpanText;
104105
type Bytes: SpanBytes;

0 commit comments

Comments
 (0)