ClientCryptState

Type Alias ClientCryptState 

Source
pub type ClientCryptState = CryptState<Serverbound, Clientbound>;
Expand description

The CryptState used on the client side.

Aliased Typeยง

pub struct ClientCryptState { /* private fields */ }