async_nats::header

Trait 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§