pub fn open_editor<T>(target: T) -> Resultwhere PathOrURI: From<T>,
Open the target in the text editor specified by EDITOR_ENV, or the system handler if not set.
EDITOR_ENV
See [Error].
Error