pub type ServerSendError = SendError<ControlPacket<Serverbound>>;Aliased Type§
pub struct ServerSendError(pub ControlPacket<Serverbound>);Tuple Fields§
§0: ControlPacket<Serverbound>pub type ServerSendError = SendError<ControlPacket<Serverbound>>;pub struct ServerSendError(pub ControlPacket<Serverbound>);0: ControlPacket<Serverbound>