Trait async_nats::header::IntoHeaderName

source ·
pub trait IntoHeaderName {
    // Required method
    fn into_header_name(self) -> HeaderName;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoHeaderName for &str

source§

impl IntoHeaderName for String

Implementors§