quiche
quiche copied to clipboard
Simplify lifetime bounds for Header::from_slice
Header::from_slice always returns a Header<'static>, so the lifetime bounds can simplified. This helps improve the caller UX.