Docs.rs
igd-next-0.14.2
igd-next 0.14.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dariusc93
Dependencies
async-std ^1
normal
async-trait ^0.1.72
normal
attohttpc ^0.24
normal
bytes ^1
normal
futures ^0.3
normal
http ^0.2
normal
hyper ^0.14
normal
log ^0.4
normal
rand ^0.8
normal
surf ^2.3.2
normal
tokio ^1
normal
url ^2
normal
xmltree ^0.10
normal
async-std ^1
dev
simplelog ^0.12
dev
tokio ^1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Result
In igd_next
?
Type Definition
igd_next
::
Result
source
·
[
−
]
pub type Result<T =
()
> =
Result
<T,
Error
>;
Expand description
A result type where the error is
igd::Error
.