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
Requestable
Required Methods
stream
Implementations on Foreign Types
Value
Implementors
In async_
llm::
request
async_llm
::
request
Trait
Requestable
Copy item path
Source
pub trait Requestable { // Required method fn
stream
(&self) ->
bool
; }
Required Methods
§
Source
fn
stream
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
Requestable
for
Value
Source
§
fn
stream
(&self) ->
bool
Implementors
§
Source
§
impl
Requestable
for
ChatRequest