Function read_aligned

Source
fn read_aligned<R, E, N>(
    reader: R,
    bytes: u32,
    acc: &mut BitQueue<E, N>,
) -> Result<()>
where R: Read, E: Endianness, N: Numeric,