pub fn open(path: &Path) -> boolExpand description
Opens a built page in whatever the desktop uses, if anything does.
Best-effort on purpose: a build that succeeded and could not open a
browser has still built the documentation, and reporting it as a
failure would make --open less reliable than not passing it.