Trait async_nats::header::IntoHeaderValue

source ·
pub trait IntoHeaderValue {
    // Required method
    fn into_header_value(self) -> HeaderValue;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoHeaderValue for &str

source§

impl IntoHeaderValue for String

Implementors§