Function get_file_from_tar_in_memory

Source
pub fn get_file_from_tar_in_memory<P>(
    file_name_in_tar: P,
    tar_binary: &Vec<u8>,
) -> Result<(Vec<u8>, Option<String>), FetchError>
where P: AsRef<Path>,