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