Enum tick::Error [] [src]

pub enum Error {
    TooManySockets,
    Io(Error),
}

Variants

TooManySocketsIo(Error)

Trait Implementations

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<Error> for Error
[src]

fn from(e: Error) -> Error

Performs the conversion.