Function savefile::load_noschema[][src]

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

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