Function savefile::load_noschema [] [src]

pub fn load_noschema<T: WithSchema + Deserialize>(
    reader: &mut 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.