Struct stemjail::config::ConfigError [] [src]

pub struct ConfigError {
    // some fields omitted
}

Methods

impl ConfigError

fn new(detail: String) -> ConfigError

Trait Implementations

impl Error for ConfigError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl From<DecodeError> for ConfigError

fn from(err: DecodeError) -> ConfigError

impl From<Error> for ConfigError

fn from(err: Error) -> ConfigError

impl Display for ConfigError

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

Derived Implementations

impl Debug for ConfigError

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