Functionsยง
- to_
encoded_ byte_ len - Returns the number of bytes the V1 payload for
traceswould occupy. - to_vec
- Serializes traces into a
Vec<u8>using the V1 msgpack format. - to_
vec_ with_ capacity - Serializes traces into a
Vec<u8>with a pre-allocated capacity. - write_
to_ slice - Serializes traces into a slice using the V1 msgpack format.