save_file_noschema

Function save_file_noschema 

Source
pub fn save_file_noschema<T: Serialize, P: AsRef<Path>>(
    filepath: P,
    version: u32,
    data: &T,
) -> Result<(), SavefileError>
Expand description

Like crate::save_noschema , except it opens a file on the filesystem and writes the data to it.

This is a pure convenience function.