ServerCryptState

Type Alias ServerCryptState 

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

The CryptState used on the server side.

Aliased Typeยง

pub struct ServerCryptState { /* private fields */ }