Enum netcode::CreateError [] [src]

pub enum CreateError {
    AddrInUse,
    AddrNotAvailable,
    InvalidKeySize,
    GenericIo(Error),
}

Variants

Trait Implementations

impl Debug for CreateError
[src]

Formats the value using the given formatter.