Enum pemmican::error::Error[][src]

pub enum Error {
    Hyper(HyperError),
    AddrParse(AddrParseError),
}

Variants

Trait Implementations

impl From<HyperError> for Error
[src]

Performs the conversion.

impl From<AddrParseError> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error