[][src]Function savefile::save_file_noschema

pub fn save_file_noschema<T: WithSchema + Serialize>(
    filepath: &str,
    version: u32,
    data: &T
) -> Result<(), SavefileError>

Like crate::save_noschema , except it opens a file on the filesystem and writes the data to it. This is a pure convenience function.