Docs.rs
async-openai-0.38.0
async-openai 0.38.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
64bit
Dependencies
async-openai-macros ^0.3.0
normal
optional
base64 ^0.22
normal
optional
bytes ^1.11
normal
optional
derive_builder ^0.20
normal
optional
eventsource-stream ^0.2
normal
optional
futures ^0.3
normal
optional
hex ^0.4
normal
optional
hmac ^0.12
normal
optional
rand ^0.9
normal
optional
reqwest ^0.13
normal
optional
secrecy ^0.10
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_urlencoded ^0.7
normal
optional
sha2 ^0.10
normal
optional
thiserror ^2
normal
optional
tower ^0.5
normal
optional
tracing ^0.1
normal
optional
url ^2.5
normal
optional
http ^1
dev
serde_json ^1
dev
tokio-test ^0.4
dev
tokio ^1
normal
optional
tokio-stream ^0.1
normal
optional
tokio-tungstenite ^0.28
normal
optional
tokio-util ^0.7
normal
optional
getrandom ^0.3
normal
Versions
66.8%
of the crate is documented
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
MaybeSend
async_
openai
0.38.0
Maybe
Send
Implementors
In async_
openai::
traits
async_openai
::
traits
Trait
Maybe
Send
Copy item path
Source
pub trait MaybeSend:
Send
{ }
Available on
crate feature
_api
and non-
target_family=wasm
only.
Expand description
Trait to support WASM and native targets.
Implementors
§
Source
§
impl<T>
MaybeSend
for T
where T:
Send
,