Skip to main content

save_to_file

Function save_to_file 

Source
pub fn save_to_file(vfs: &Vfs, path: &Path) -> Result<()>
Expand description

Save VFS to a .bin file.

ยงErrors

Returns I/O error on serialize or write failure.