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