Trait hyper::header::HeaderClone

source ·
pub trait HeaderClone: Sealed { }
Expand description

Internal implementation detail.

This trait is automatically implemented for all types that implement HeaderFormat + Clone. No methods are exposed, and so is not useful outside this crate.

Implementors§