Functionsยง
- from_
bytes - Decodes a Bytes buffer into a
Vec<Vec<SpanBytes>>object, also represented as a vector ofTracerPayloadV04objects. - from_
slice - Decodes a slice of bytes into a
Vec<Vec<SpanSlice>>object. The resulting spans have the same lifetime as the initial buffer.