Docs.rs
reqwest-cross-0.5.1
reqwest-cross 0.5.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
c-git
Dependencies
anyhow ^1.0.95
normal
document-features ^0.2.10
normal
egui ^0.30.0
normal
optional
futures ^0.3.28
normal
rand ^0.8.5
normal
reqwest ^0.12.12
normal
thiserror ^2.0.9
normal
tracing ^0.1.41
normal
wasm-bindgen-test ^0.3.34
dev
tokio ^1
normal
optional
tokio ^1.27.0
dev
getrandom ^0.2.15
normal
js-sys ^0.3.69
normal
optional
wasm-bindgen-futures ^0.4.34
normal
web-sys ^0.3.69
normal
optional
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
reqwest_
cross
0.5.1
Valid
Return
Implementors
In crate reqwest_
cross
reqwest_cross
Trait
ValidReturn
Copy item path
Source
pub trait ValidReturn:
Send
+ 'static { }
Expand description
Allowed return types
Implementors
§
Source
§
impl<T:
Send
+ 'static>
ValidReturn
for T