Function binary_vec_io::binary_read_to_ref[][src]

pub fn binary_read_to_ref<T>(
    f: &mut File,
    p: &mut T,
    n: usize
) -> Result<(), Error>