pub fn edit_string(string: &str) -> Result<String, OpenEditorError>Expand description
Edit a string in the default editor and return the result.
This is a static convenience method equivalent to EditorCallBuilder::new().edit_string(string).
ยงErrors
Returns an error if the editor call fails, or if the temporary file cannot be read or cleaned up.