Struct stemjail::config::ConfigError
[−]
[src]
pub struct ConfigError { // some fields omitted }
pub struct ConfigError { // some fields omitted }
impl ConfigError
fn new(detail: String) -> ConfigError
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
impl Debug for ConfigError