Docs.rs
ntex-mqtt-0.12.16
ntex-mqtt 0.12.16
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
fafhrd91
github:ntex-rs:core
Dependencies
bitflags ^2.4
normal
log ^0.4
normal
ntex ^0.7.16
normal
pin-project-lite ^0.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
env_logger ^0.10
dev
ntex ^0.7
dev
ntex-tls ^0.3
dev
openssl ^0.10
dev
rustls ^0.21
dev
rustls-pemfile ^1.0
dev
test-case ^3.2
dev
Versions
70.89%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ntex_mqtt
0.12.16
Session
Aliased type
In ntex_mqtt::v3
?
Type Alias
ntex_mqtt
::
v3
::
Session
source
·
[
−
]
pub type Session<St> =
Session
<
MqttSink
, St>;
Aliased Type
§
struct Session<St>(
/* private fields */
);