zip_answers

Function zip_answers 

Source
fn zip_answers(
    keys: &[u32],
    reply: &[u8],
) -> Result<Vec<(u32, Result<Vec<u8>, Status>)>>
Expand description

Split a CMD_PROP_ARE into per-position outcomes, in the order asked for.