pub fn decode_frame<'s>(
data: &[u8],
schema_lookup: impl Fn(WireTypeId) -> Option<SchemaInfo<'s>>,
timestamp_base_ns: u64,
) -> Option<(Frame, usize)>Expand description
Decode a single frame starting at data. Returns (Frame, bytes_consumed).