Enum amethyst_cli::NewError [] [src]

pub enum NewError {
    AlreadyExists(String),
    Io(IoError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl From<IoError> for Error
[src]

[src]

Performs the conversion.