pub trait ZeroRttHeaderKey: HeaderKey { }Expand description
Types for which are able to perform 0-RTT header cryptography.
This marker trait ensures only 0-RTT-level header keys are used with ZeroRTT packets. Any key misuses are caught by the type system.