async_
nats
0.36.0
ToSubject
Required Methods
to_subject
Implementations on Foreign Types
&'static str
String
Implementors
In async_
nats::
subject
Trait
async_nats
::
subject
::
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