☰
ProtocolNameList
Trait Implementations
ConvertProtocolNameList
In rustls::internal::msgs::handshake
?
Type Definition
rustls
::
internal
::
msgs
::
handshake
::
ProtocolNameList
source
·
[
−
]
pub type ProtocolNameList =
VecU16OfPayloadU8
;
Trait Implementations
§
source
§
impl
ConvertProtocolNameList
for
ProtocolNameList
source
§
fn
from_slices
(names: &[&[
u8
]]) -> Self
source
§
fn
to_slices
(&self) ->
Vec
<&[
u8
]>
source
§
fn
as_single_slice
(&self) ->
Option
<&[
u8
]>