Function savefile::load_file_noschema[][src]

pub fn load_file_noschema<T: WithSchema + Deserialize>(
    filepath: &str,
    version: u32
) -> Result<T, SavefileError>
Expand description

Like crate::load_noschema , except it deserializes from the given file in the filesystem. This is a pure convenience function.