[][src]Function savefile::load_encrypted_file

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

Like crate::load_file, except it expects the file to be an encrypted file previously stored using crate::save_encrypted_file.