Function open::that_detached

source ·
pub fn that_detached(path: impl AsRef<OsStr>) -> Result<()>
Expand description

Open path with the default application using a detached process. which is useful if the program ends up to be blocking or want to out-live your app

See documentation of that() for more details.