[][src]Function dia_files::read_file

pub fn read_file<P>(file: P, limit: Option<usize>) -> Result<Vec<u8>, ReadError> where
    P: AsRef<Path>,