read_policy_chunk

Function read_policy_chunk 

Source
fn read_policy_chunk(
    reader: &mut Take<File>,
    buffer: &mut [u8],
    path: &Path,
) -> Result<usize, CliError>
Expand description

Read one policy chunk while retaining the file path in any I/O error.