Enum runny::RunnyError [] [src]

pub enum RunnyError {
    RunnyIoError(Error),
    NoCommandSpecified,
    NixError(Error),
}

Variants

Trait Implementations

impl Debug for RunnyError
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for RunnyError
[src]

[src]

Performs the conversion.

impl From<Error> for RunnyError
[src]

[src]

Performs the conversion.