Function texlang_common::read_file_to_string
source ยท pub fn read_file_to_string<S: HasFileSystem + TexlangState>(
vm: &VM<S>,
file_location: FileLocation,
default_extension: &str,
) -> Result<(PathBuf, String)>
pub fn read_file_to_string<S: HasFileSystem + TexlangState>(
vm: &VM<S>,
file_location: FileLocation,
default_extension: &str,
) -> Result<(PathBuf, String)>