Skip to main content

open

Function open 

Source
pub fn open(path: &Path) -> bool
Expand 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.