1fn main() -> Result<(), win_desktop_utils::Error> { 2 win_desktop_utils::open_url(" https://www.rust-lang.org ")?; 3 Ok(()) 4}