Type Alias ServerControlCodec

Source
pub type ServerControlCodec = ControlCodec<Clientbound, Serverbound>;
Expand description

The ControlCodec used on the server side.

Aliased Typeยง

pub struct ServerControlCodec { /* private fields */ }