pub fn open_browser<T>(target: T) -> Resultwhere PathOrURI: From<T>,
Open the target in the web browser specified by BROWSER_ENV, or the system handler if not set.
BROWSER_ENV
See [Error].
Error