Enum cogs::engine::Error [] [src]

pub enum Error {
    CouldNotRetrieveToken,
    FromUtf8Error,
    LockPoisonedError,
    HyperError(Error),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.