pub fn decode_trace(protobuf_blob: &[u8]) -> Result<Trace, DecodeError>
Expand description
Decodes a Perfetto trace from a protobuf blob.
This function is intentionally isolated in its own crate to contain the
build-time cost of monomorphizing the Trace::decode
function.