take_sized

Function take_sized 

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