Enum amethyst_config::ConfigError [−][src]
Error related to anything that manages/creates configurations as well as "workspace"-related things.
Variants
File(Error)Forward to the std::io::Error error.
Parser(DeError)Errors related to serde's parsing of configuration files.
Serializer(SerError)Occurs if a value is ill-formed during serialization (like a poisoned mutex).
Extension(PathBuf)Related to the path of the file.
Trait Implementations
impl Debug for ConfigError[src]
impl Debug for ConfigErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for ConfigError[src]
impl Display for ConfigErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for ConfigError[src]
impl From<Error> for ConfigErrorfn from(e: Error) -> ConfigError[src]
fn from(e: Error) -> ConfigErrorPerforms the conversion.
impl From<DeError> for ConfigError[src]
impl From<DeError> for ConfigErrorimpl From<SerError> for ConfigError[src]
impl From<SerError> for ConfigErrorimpl Error for ConfigError[src]
impl Error for ConfigErrorAuto Trait Implementations
impl Send for ConfigError
impl Send for ConfigErrorimpl Sync for ConfigError
impl Sync for ConfigError