Enum tick::Error [] [src]

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

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.