pub fn open<T>(target: T) -> ResultExpand description
Open the target in the default system handler.
This function ignores special environment variables that can tell CLI apps what to use. If you
want to consider those variables, use open_browser or open_editor.
ยงErrors
See [Error].