Trait iron::headers::HeaderClone [] [src]

pub trait HeaderClone: Sealed { }

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