async_
nats
0.36.0
Into
Header
Name
Required Methods
into_header_name
Implementations on Foreign Types
&str
String
Implementors
In async_
nats::
header
async_nats
::
header
Trait
IntoHeaderName
Copy item path
Source
pub trait IntoHeaderName { // Required method fn
into_header_name
(self) ->
HeaderName
; }
Required Methods
§
Source
fn
into_header_name
(self) ->
HeaderName
Implementations on Foreign Types
§
Source
§
impl
IntoHeaderName
for &
str
Source
§
fn
into_header_name
(self) ->
HeaderName
Source
§
impl
IntoHeaderName
for
String
Source
§
fn
into_header_name
(self) ->
HeaderName
Implementors
§
Source
§
impl
IntoHeaderName
for
HeaderName