Trait IntoHeaderValue

pub trait IntoHeaderValue: IntoHeaderValueSealed { }
Expand description

A trait to try to convert some type into a HeaderValue.

This trait is “sealed”, such that only types within rama can implement it.

Implementations on Foreign Types§

§

impl IntoHeaderValue for &str

§

impl IntoHeaderValue for &[u8]

Implementors§