Docs.rs
fast-down-3.7.1
fast-down 3.7.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
share121
Dependencies
bytes ^1.11.1
normal
fast-pull ^3.7.1
normal
futures ^0.3.31
normal
getifaddrs ^0.6.0
normal
optional
httpdate ^1.0.3
normal
optional
parking_lot ^0.12.5
normal
optional
reqwest ^0.13.1
normal
optional
sanitize-filename ^0.6.0
normal
optional
thiserror ^2.0.18
normal
optional
tokio ^1.49.0
normal
url ^2.5.8
normal
urlencoding ^2.1.3
normal
optional
mockito ^1.7.2
dev
Versions
4.23%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
AnyError
fast_
down
3.7.1
AnyError
Implementors
In crate fast_
down
fast_down
Trait
AnyError
Copy item path
Source
pub trait AnyError:
Debug
+
Send
+
Unpin
+ 'static { }
Implementors
§
Source
§
impl<T>
AnyError
for T
where T:
Debug
+
Send
+
Unpin
+ 'static,