pub fn load_buffer(path: impl AsRef<Path>) -> Result<TextBuffer>Expand description
Read a UTF-8 file into a TextBuffer.
The file is parsed as UTF-8.
pub fn load_buffer(path: impl AsRef<Path>) -> Result<TextBuffer>Read a UTF-8 file into a TextBuffer.
The file is parsed as UTF-8.