Function anni_common::decode::take_sized

source ·
pub fn take_sized<R: Read>(reader: &mut R, len: usize) -> Result<(Vec<u8>, u64)>