Enum squid::command_line::ParseError [] [src]

pub enum ParseError {
    OnlyHelpRequested,
    InvalidArguments,
    Unknown,
}

Enumerates possible parsing errors.

Variants

The application was invoked with --help.

The arguments parsed have an invalid form.

An unknown error has occurred.

Trait Implementations

impl PartialEq for ParseError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ParseError
[src]

impl Debug for ParseError
[src]

Formats the value using the given formatter.