Docs.rs
mqtt-protocol-core-0.1.3
mqtt-protocol-core 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
redboltz
Dependencies
arrayvec ^0.7
normal
delegate ^0.13
normal
derive_builder ^0.20
normal
enum_dispatch ^0.3
normal
getset ^0.1.5
normal
indexmap ^2
normal
multi_index_map ^0.15.0
normal
num-traits ^0.2
normal
num_enum ^0.7
normal
once_cell ^1.18
normal
serde ^1.0
normal
serde_json ^1.0
normal
strum ^0.27
normal
strum_macros ^0.27
normal
thiserror ^1.0
normal
tracing ^0.1
normal
tracing-appender ^0.2
normal
tracing-subscriber ^0.3
normal
static_assertions ^1.1
dev
Versions
44.78%
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
mqtt_
protocol_
core
0.1.3
Module as_
concrete
Module Items
Traits
In mqtt_
protocol_
core::
mqtt::
packet
mqtt_protocol_core
::
mqtt
::
packet
Module
as_concrete
Copy item path
Source
Traits
ยง
AsConcrete
Trait to extract a reference to a concrete type from an enum Packet, if applicable.
Into
Concrete
Owned
Trait to extract an owned concrete type from an enum Packet by consuming it, if applicable.