open_editor

Function open_editor 

Source
pub fn open_editor<T>(target: T) -> Result
where PathOrURI: From<T>,
Expand description

Open the target in the text editor specified by EDITOR_ENV, or the system handler if not set.

ยงErrors

See [Error].