Function syntect::dumps::from_uncompressed_dump_file
source · 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.