Enum actiondb::matcher::BuildError [] [src]

pub enum BuildError {
    TestMessage(Error),
    Io(Error),
    DeserJson(Error),
    DeserYaml(Error),
    UnsupportedFileExtension,
    NotUtf8FileName,
}

Variants

Trait Implementations

impl Debug for BuildError
[src]

Formats the value using the given formatter.

impl From<Error> for BuildError
[src]

Performs the conversion.

impl From<Error> for BuildError
[src]

Performs the conversion.

impl From<Error> for BuildError
[src]

Performs the conversion.

impl From<Error> for BuildError
[src]

Performs the conversion.

impl Display for BuildError
[src]

Formats the value using the given formatter. Read more

impl Error for BuildError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more