[][src]Function savefile::load_file

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

Like [savefile::load] , except it deserializes from the given file in the filesystem. This is a pure convenience function.