pub fn decode_frame_ref<'a, 's>(
data: &'a [u8],
schema_lookup: impl Fn(WireTypeId) -> Option<SchemaInfo<'s>>,
timestamp_base_ns: u64,
) -> Option<(FrameRef<'a>, usize)>Expand description
Decode a single frame without allocating owned data for field values.