Function texlang_common::read_file_to_bytes

source ยท
pub fn read_file_to_bytes<S: HasFileSystem + TexlangState>(
    vm: &VM<S>,
    file_location: FileLocation,
    default_extension: &str,
) -> Result<Option<(PathBuf, Vec<u8>)>>