Docs.rs
a8mini-camera-rs-0.2.1
a8mini-camera-rs 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PART-Github
Dependencies
anyhow ^1.0.100
normal
bincode ^1.3
normal
bytes ^1
normal
chrono ^0.4.39
normal
reqwest ^0.12.9
normal
serde ^1.0.215
normal
tokio ^1
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
Versions
17.76%
of the crate is documented
Platform
aarch64-apple-darwin
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
HTTPQuery
a8mini_
camera_
rs
0.2.1
HTTP
Query
Required Methods
to_string
Implementors
In a8mini_
camera_
rs::
control
a8mini_camera_rs
::
control
Trait
HTTP
Query
Copy item path
Source
pub trait HTTPQuery { // Required method fn
to_string
(&self) ->
String
; }
Expand description
Trait for HTTP API queries
Required Methods
§
Source
fn
to_string
(&self) ->
String
Implementors
§
Source
§
impl
HTTPQuery
for
A8MiniComplexHTTPQuery
Source
§
impl
HTTPQuery
for
A8MiniSimpleHTTPQuery