Function nix_compat::nar::reader::read::bytes

source ยท
pub fn bytes(reader: &mut Reader<'_>, max_len: usize) -> Result<Vec<u8>>
Expand description

Consume a byte string of up to max_len bytes from the reader.