Docs.rs
pulsar-binary-protocol-spec-0.0.1
pulsar-binary-protocol-spec 0.0.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vkill
Dependencies
async-channel ^1.5
normal
optional
chrono ^0.4
normal
crc32c ^0.6
normal
flate2 ^1.0
normal
optional
futures-channel ^0.3
normal
optional
lz4 ^1.23
normal
optional
paste ^1.0
normal
protobuf ^2.22
normal
seq-macro ^0.2
normal
thiserror ^1.0
normal
test-case ^1.1
dev
protoc-rust ^2.22
build
Versions
0.42%
of the crate is documented
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
pulsar_
binary_
protocol_
spec
0.0.1
Respond
Required Associated Types
Error
Request
Response
Implementors
In pulsar_
binary_
protocol_
spec::
client_
responds
pulsar_binary_protocol_spec
::
client_responds
Trait
Respond
Copy item path
Source
pub trait Respond { type
Request
; type
Response
; type
Error
; }
Required Associated Types
§
Source
type
Request
Source
type
Response
Source
type
Error
Implementors
§
Source
§
impl
Respond
for
ConnectRespond
Source
§
type
Request
=
ConnectCommand
Source
§
type
Response
=
ConnectedCommand
Source
§
type
Error
=
ConnectRespondError
Source
§
impl
Respond
for
ConsumerAckRespond
Source
§
type
Request
=
AckCommand
Source
§
type
Response
=
AckResponseCommand
Source
§
type
Error
=
ConsumerAckRespondError
Source
§
impl
Respond
for
ProducerSendRespond
Source
§
type
Request
=
SendCommand
Source
§
type
Response
=
SendReceiptCommand
Source
§
type
Error
=
ProducerSendRespondError
Source
§
impl
Respond
for
SessionCreateConsumerRespond
Source
§
type
Request
=
SubscribeCommand
Source
§
type
Response
=
SuccessCommand
Source
§
type
Error
=
SessionCreateConsumerRespondError
Source
§
impl
Respond
for
SessionCreateProducerRespond
Source
§
type
Request
=
ProducerCommand
Source
§
type
Response
=
ProducerSuccessCommand
Source
§
type
Error
=
SessionCreateProducerRespondError