☰
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
]
]
) ->
ProtocolNameList
source
fn
to_vecs
(&self) ->
Vec
<
Vec
<
u8
>>
source
fn
as_single_slice
(&self) ->
Option
<
&[
u8
]
>