rustls
0.20.6
Protocol
Name
List
Aliased type
Trait Implementations
ConvertProtocolNameList
In rustls::
internal::
msgs::
handshake
rustls
::
internal
::
msgs
::
handshake
Type Alias
ProtocolNameList
Copy item path
Source
pub type ProtocolNameList =
VecU16OfPayloadU8
;
Aliased Type
§
struct ProtocolNameList {
/* private fields */
}
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
]>