pub fn from_uncompressed_dump_file<T: DeserializeOwned, P: AsRef<Path>>(
path: P,
) -> Result<T>
Expand description
To be used when deserializing a SyntaxSet
that was previously written to
file using dump_to_uncompressed_file.
pub fn from_uncompressed_dump_file<T: DeserializeOwned, P: AsRef<Path>>(
path: P,
) -> Result<T>
To be used when deserializing a SyntaxSet
that was previously written to
file using dump_to_uncompressed_file.