Docs.rs
async-nats-0.42.0
async-nats 0.42.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
derekcollison
Jarema
Dependencies
aws-lc-rs ^1.6
normal
optional
base64 ^0.22
normal
bytes ^1.4.0
normal
futures ^0.3.28
normal
memchr ^2.4
normal
nkeys ^0.4
normal
nuid ^0.5
normal
once_cell ^1.18.0
normal
pin-project ^1.0
normal
portable-atomic ^1
normal
rand ^0.8
normal
regex ^1.9.1
normal
ring ^0.17
normal
optional
rustls-native-certs ^0.7
normal
rustls-pemfile ^2
normal
rustls-webpki ^0.102
normal
serde ^1.0.184
normal
serde_json ^1.0.104
normal
serde_nanos ^0.1.3
normal
serde_repr ^0.1.16
normal
thiserror ^1.0
normal
time ^0.3.36
normal
tokio ^1.36
normal
tokio-rustls ^0.26
normal
tokio-util ^0.7
normal
tokio-websockets ^0.10
normal
optional
tracing ^0.1
normal
tryhard ^0.5
normal
url ^2
normal
criterion ^0.5
dev
futures ^0.3.28
dev
jsonschema ^0.17.1
dev
num ^0.4.1
dev
rand ^0.8
dev
reqwest ^0.11.18
dev
ring ^0.17
dev
tokio ^1.25.0
dev
tracing-subscriber ^0.3
dev
Versions
58.78%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Into
Consumer
Config
async_
nats
0.42.0
Into
Consumer
Config
Required Methods
into_consumer_config
Implementors
In async_
nats::
jetstream::
consumer
Modules
pull
push
Structs
Config
Consumer
Info
SequenceInfo
Enums
AckPolicy
DeliverPolicy
PriorityPolicy
ReplayPolicy
StreamErrorKind
Traits
FromConsumer
IntoConsumerConfig
Type Aliases
OrderedPullConsumer
OrderedPushConsumer
PullConsumer
PushConsumer
StreamError
async_nats
::
jetstream
::
consumer
Trait
IntoConsumerConfig
Copy item path
Settings
Help
Summary
Source
pub trait IntoConsumerConfig { // Required method fn
into_consumer_config
(self) ->
Config
; }
Required Methods
§
Source
fn
into_consumer_config
(self) ->
Config
Implementors
§
Source
§
impl
IntoConsumerConfig
for &async_nats::jetstream::consumer::pull::
Config
Source
§
impl
IntoConsumerConfig
for &async_nats::jetstream::consumer::push::
Config
Source
§
impl
IntoConsumerConfig
for &async_nats::jetstream::consumer::
Config
Source
§
impl
IntoConsumerConfig
for async_nats::jetstream::consumer::pull::
Config
Source
§
impl
IntoConsumerConfig
for async_nats::jetstream::consumer::pull::
OrderedConfig
Source
§
impl
IntoConsumerConfig
for async_nats::jetstream::consumer::push::
Config
Source
§
impl
IntoConsumerConfig
for async_nats::jetstream::consumer::push::
OrderedConfig
Source
§
impl
IntoConsumerConfig
for async_nats::jetstream::consumer::
Config