Docs.rs
url_open-0.0.2
url_open 0.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
fschutt
Dependencies
url ^2.1.0
normal
winapi ^0.3.8
normal
Versions
40%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
url_
open
0.0.2
UrlOpen
Required Methods
open
Implementations on Foreign Types
Url
Implementors
In crate url_
open
url_open
Trait
UrlOpen
Copy item path
Source
pub trait UrlOpen { // Required method fn
open
(&self); }
Expand description
Convenience method to open URLs
Required Methods
§
Source
fn
open
(&self)
Implementations on Foreign Types
§
Source
§
impl
UrlOpen
for
Url
Source
§
fn
open
(&self)
Implementors
§