pub fn edit_in_editor(string: &str) -> Result<String, OpenEditorError>Expand description
Open the default editor and allows editing of a string.
The default editor is determined by the VISUAL and EDITOR environment
variables, in that order.
ยงErrors
This function will return an error if the editor call fails, if the file cannot be read, or if the temporary file cleanup fails.