Skip to main content

write_file

Function write_file 

Source
pub fn write_file<P>(file_path: P, entries: &[HostEntry]) -> Result<()>
where P: AsRef<Path>,