merge_bytes

Function merge_bytes 

Source
fn merge_bytes(
    dst: &mut &'static [u8],
    src: &mut &[u8],
) -> Result<(), DecodeError>
Expand description

Reads a variable-length encoded bytes field from src and assign it to dst.