Enum passivetotal::config::ConfigError [] [src]

pub enum ConfigError {
    Io(Error),
    Json(DecoderError),
    Path(String),
}

Variants

Io
Json
Path

Trait Implementations

impl From<Error> for ConfigError

fn from(err: Error) -> ConfigError

impl From<DecoderError> for ConfigError

fn from(err: DecoderError) -> ConfigError

Derived Implementations

impl Debug for ConfigError

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