Skip to main content

AlpnIdentifier

Type Alias AlpnIdentifier 

pub type AlpnIdentifier = AlpnIdentifierView<'static>;
Available on crate features quic and std only.
Expand description

ALPN identifier with owned or static backing storage.

Aliased Type§

pub struct AlpnIdentifier {
    pub byte_value: HexView<'static>,
}

Fields§

§byte_value: HexView<'static>

Protocol identifier bytes, serialized as hexadecimal.