[][src]Function savefile::load_noschema

pub fn load_noschema<T: WithSchema + Deserialize>(
    reader: &mut dyn Read,
    version: u32
) -> Result<T, SavefileError>

Like [savefile::load] , but used to open files saved without schema, by one of the _noschema versions of the save functions.