Enum kpdb::IconError [] [src]

pub enum IconError {
    InvalidIconId,
}

Error type for icon conversion errors.

Variants

Invalid icon identifier.

Trait Implementations

impl Debug for IconError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IconError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Display for IconError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for IconError
[src]

[src]

A short description of the error. Read more

[src]

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