Docs.rs
pulsar-binary-protocol-spec-0.0.1
pulsar-binary-protocol-spec 0.0.1
Permalink
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
Half
Request
Required Associated Types
Error
Request
Implementors
In pulsar_
binary_
protocol_
spec::
client_
half_
requests
pulsar_binary_protocol_spec
::
client_half_requests
Trait
HalfRequest
Copy item path
Source
pub trait HalfRequest { type
Request
; type
Error
; }
Required Associated Types
§
Source
type
Request
Source
type
Error
Implementors
§
Source
§
impl
HalfRequest
for
ConsumerFlowHalfRequest
Source
§
type
Request
=
FlowCommand
Source
§
type
Error
=
ConsumerFlowHalfRequestError
Source
§
impl
HalfRequest
for
ConsumerRedeliverUnacknowledgedMessagesHalfRequest
Source
§
type
Request
=
RedeliverUnacknowledgedMessagesCommand
Source
§
type
Error
=
ConsumerRedeliverUnacknowledgedMessagesHalfRequestError