fn decode_protobuf<M>(
bytes: &[u8],
context: fn(DecodeError) -> AnalyticsDecodeError,
) -> Result<M, AnalyticsDecodeError>fn decode_protobuf<M>(
bytes: &[u8],
context: fn(DecodeError) -> AnalyticsDecodeError,
) -> Result<M, AnalyticsDecodeError>