pub fn load_from_file_with_options<P: AsRef<Path>>(
path: P,
options: &LoadOptions,
) -> Result<LoadedDataset>Expand description
Load dataset from a file path with decryption and verification options
ยงErrors
Returns error if file reading, decryption, verification, or deserialization fails.