pub fn deserialize_instrument_any( bytes: &[u8], ) -> Result<InstrumentAny, Box<dyn Error>>
Deserializes an [InstrumentAny] from Cap’n Proto bytes.
InstrumentAny
Returns an error if Cap’n Proto deserialization fails.