quiche icon indicating copy to clipboard operation
quiche copied to clipboard

Simplify lifetime bounds for Header::from_slice

Open omegablitz opened this issue 10 months ago • 0 comments

Header::from_slice always returns a Header<'static>, so the lifetime bounds can simplified. This helps improve the caller UX.

omegablitz avatar Apr 09 '24 19:04 omegablitz