Enum netcode::ServerError [] [src]

pub enum ServerError {
    Create,
    MaxClients,
}

Variants

Trait Implementations

impl Debug for ServerError
[src]

Formats the value using the given formatter.