open

Function open 

Source
pub fn open<T>(target: T) -> Result
where PathOrURI: From<T>,
Expand 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].