Function bigtable_rs::bigtable::read_rows::decode_read_rows_response_to_vec
source ยท pub fn decode_read_rows_response_to_vec(
chunks: Vec<CellChunk>,
) -> Vec<Result<(Vec<u8>, Vec<RowCell>), Error>>