pub fn open_editor() -> Result<String, OpenEditorError>Expand description
Open the default editor and returns what was written in it.
The default editor is determined by the VISUAL and EDITOR environment
variables, in that order.
ยงErrors
If the editor call fails, or if the file cannot be read, an error will be returned.