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§

source§

impl<T> HeaderClone for T
where T: Sealed,