Enum netcode::ServerError [] [src]

pub enum ServerError {
    Create,
    MaxClients,
}

Variants