[][src]Function savefile::load_encrypted_file

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

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