Docs.rs
async-llm-0.1.4
async-llm 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
quanhua92
Dependencies
async-trait ^0.1.85
normal
derive_builder ^0.20.2
normal
dotenvy ^0.15.7
normal
futures ^0.3.31
normal
reqwest ^0.12.9
normal
reqwest-eventsource ^0.6.0
normal
secrecy ^0.10.3
normal
serde ^1.0.217
normal
serde_json ^1.0.135
normal
thiserror ^2.0.10
normal
tokio ^1.43.0
normal
tokio-stream ^0.1.17
normal
tracing ^0.1.41
normal
tracing-log ^0.2
dev
tracing-subscriber ^0.3
dev
Versions
43.24%
of the crate is documented
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
async_
llm
0.1.4
Respondable
Provided Methods
is_success
Implementations on Foreign Types
Value
Implementors
In async_
llm::
response
async_llm
::
response
Trait
Respondable
Copy item path
Source
pub trait Respondable { // Provided method fn
is_success
(&self) ->
bool
{ ... } }
Provided Methods
§
Source
fn
is_success
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
Respondable
for
Value
Implementors
§
Source
§
impl
Respondable
for
ChatResponse
Source
§
impl
Respondable
for
ChatResponseStream