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, meaning the frame did not come from TestEncoder.