get_all_utf8_data_from_file

Function get_all_utf8_data_from_file 

Source
pub(crate) fn get_all_utf8_data_from_file(
    file: &mut File,
    size: usize,
) -> Result<String>