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.