Enum netcode::UpdateError
[−]
[src]
pub enum UpdateError {
PacketBufferTooSmall,
SocketError(Error),
}Variants
PacketBufferTooSmallSocketError(Error)