Module perseus_cli::errors[][src]

Macros

Exits a function early with an error

Structs

The Error type.

Enums

The kind of an error.

Traits

Additional methods for Result, for easy interaction with this crate.

Functions

Checks if the given error should cause the CLI to delete the ‘.perseus/’ folder so the user doesn’t have something incomplete. When deleting the directory, it should only be deleted if it exists, if not don’t worry. If it does and deletion fails, fail like hell.

Type Definitions

Convenient wrapper around std::Result.