Functionsยง
- from_
buffer - Generic over the deserialization mode (owned
BytesDataor borrowedSliceData). - from_
bytes - Decodes a V1 msgpack payload from owned bytes into a
TracerPayloadBytes. - from_
slice - Decodes a V1 msgpack payload from a borrowed slice into a
TracerPayloadSlice. The resulting payload borrows from the input buffer (same lifetime).