pub trait ApplicationProtocols: Clone + Debug + Send + Sync { // Required method fn alpn_name(&self) -> &'static [u8] ⓘ; }
A collection of supported protocols for a network service.
Returns the identifier to use in ALPN during TLS negotiation.