Docs.rs
for-mqtt-client-0.3.4
for-mqtt-client 0.3.4
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
fengqi2019
Dependencies
anyhow ^1.0.68
normal
bytes ^1.3.0
normal
chrono ^0.4.23
normal
for_event_bus ^0.1.5
normal
log ^0.4.17
normal
ringbuf ^0.3.1
normal
rustls ^0.20.8
normal
rustls-native-certs ^0.6.2
normal
rustls-pemfile ^1.0.2
normal
thiserror ^1.0.38
normal
tokio ^1.23.0
normal
tokio-native-tls ^0.3.1
normal
tokio-rustls ^0.23.4
normal
url ^2.3.1
normal
webpki ^0.22.0
normal
custom-utils ^0.10.12
dev
Versions
19.88%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Protocol
Provided Methods
is_v4
is_v5
Implementors
In for_mqtt_client
?
Trait
for_mqtt_client
::
Protocol
source
·
[
−
]
pub trait Protocol { // Provided methods fn
is_v4
() ->
bool
{ ... }
fn
is_v5
() ->
bool
{ ... } }
Provided Methods
§
source
fn
is_v4
() ->
bool
source
fn
is_v5
() ->
bool
Implementors
§
source
§
impl
Protocol
for
ProtocolV4
source
§
impl
Protocol
for
ProtocolV5