Docs.rs
aiway-protocol-0.2.3
aiway-protocol 0.2.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
xgpxg
Dependencies
base58 ^0.2.0
normal
optional
bincode ^1.3.3
normal
chacha20poly1305 ^0.10.1
normal
optional
chrono ^0.4
normal
optional
dashmap ^6.1
normal
http ^1
normal
http-serde ^2.1.1
normal
rmcp ^1.2.0
normal
optional
serde ^1
normal
serde_json ^1
normal
uuid ^1.18
normal
Versions
62.3%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
ResponseExt
aiway_
protocol
0.2.3
Response
Ext
Required Methods
is_sse
is_ws
Implementations on Foreign Types
Parts
Implementors
In aiway_
protocol::
context
aiway_protocol
::
context
Trait
Response
Ext
Copy item path
Source
pub trait ResponseExt { // Required methods fn
is_sse
(&self) ->
bool
;
fn
is_ws
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_sse
(&self) ->
bool
Source
fn
is_ws
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
ResponseExt
for
Parts
Source
§
fn
is_sse
(&self) ->
bool
Source
§
fn
is_ws
(&self) ->
bool
Implementors
§