Trait IntoHeaderName

pub trait IntoHeaderName: IntoHeaderNameSealed { }
Expand description

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

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

Implementations on Foreign Types§

§

impl IntoHeaderName for &str

§

impl IntoHeaderName for &[u8]

Implementors§