Skip to main content

from_uncompressed_dump_file

Function from_uncompressed_dump_file 

Source
pub fn from_uncompressed_dump_file<T: DeserializeOwned, P: AsRef<Path>>(
    path: P,
) -> Result<T, DumpError>
Expand description

To be used when deserializing a SyntaxSet that was previously written to file using dump_to_uncompressed_file.