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
ToSubject
async_
nats
0.42.0
ToSubject
Required Methods
to_subject
Implementations on Foreign Types
&'static str
String
Implementors
In async_
nats::
subject
async_nats
::
subject
Trait
ToSubject
Copy item path
Source
pub trait ToSubject { // Required method fn
to_subject
(&self) ->
Subject
; }
Required Methods
§
Source
fn
to_subject
(&self) ->
Subject
Implementations on Foreign Types
§
Source
§
impl
ToSubject
for &'static
str
Source
§
fn
to_subject
(&self) ->
Subject
Source
§
impl
ToSubject
for
String
Source
§
fn
to_subject
(&self) ->
Subject
Implementors
§
Source
§
impl
ToSubject
for
Subject