Enum commands::parser::VerifyError [] [src]

pub enum VerifyError {
    NoCommandAccepted,
    MissingParameter(String),
}

Errors that calling verify on the Parser can raise.

Variants

No command has been accepted by the parser.

A required parameter is missing.

Trait Implementations

impl Clone for VerifyError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VerifyError
[src]

Formats the value using the given formatter.

impl Error for VerifyError
[src]

A short description of the error. Read more

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

impl Display for VerifyError
[src]

Formats the value using the given formatter. Read more