Skip to main content

decode_rows

Function decode_rows 

Source
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.