async_nats::header

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