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