rustls
0.21.12
MessageCipherPair
In rustls::tls12
Type Alias
rustls
::
tls12
::
MessageCipherPair
Copy item path
source
ยท
[
−
]
type MessageCipherPair = (
Box
<dyn
MessageDecrypter
>,
Box
<dyn
MessageEncrypter
>);