Struct stemjail::config::ConfigError
[−]
[src]
pub struct ConfigError {
// some fields omitted
}pub struct ConfigError {
// some fields omitted
}impl ConfigErrorfn new(detail: String) -> ConfigErrorimpl Error for ConfigErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl From<DecodeError> for ConfigErrorfn from(err: DecodeError) -> ConfigErrorimpl From<Error> for ConfigErrorfn from(err: Error) -> ConfigErrorimpl Display for ConfigErrorimpl Debug for ConfigError