pub type SpanEventBytes = SpanEvent<BytesData>;Aliased Type§
pub struct SpanEventBytes {
pub time_unix_nano: u64,
pub name: BytesString,
pub attributes: HashMap<BytesString, AttributeAnyValue<BytesData>>,
}Fields§
§time_unix_nano: u64§name: BytesString§attributes: HashMap<BytesString, AttributeAnyValue<BytesData>>