fn put_reframed(
encoded: &[u8],
framing_bytes_before: usize,
rest: &[u8],
out: &mut impl BufMut,
) -> FetchReemitExpand description
Write a re-encoded frame out: the new framing, then every byte that stood behind the old one.
fn put_reframed(
encoded: &[u8],
framing_bytes_before: usize,
rest: &[u8],
out: &mut impl BufMut,
) -> FetchReemitWrite a re-encoded frame out: the new framing, then every byte that stood behind the old one.