pub fn decode_rows(bytes: &[u8]) -> Vec<Vec<u8>>Expand description
Decode a frame produced by TestEncoder back into rows.
§Panics
Panics on truncated input — the frame did not come from TestEncoder.
pub fn decode_rows(bytes: &[u8]) -> Vec<Vec<u8>>Decode a frame produced by TestEncoder back into rows.
Panics on truncated input — the frame did not come from TestEncoder.