Struct leechbar::BarError [] [src]

pub struct BarError {
    pub kind: BarErrorKind,
}

Bar creation error.

This error is returned when anything went wrong during the creation of the bar.

Fields

Different types of bar creation errors.

Trait Implementations

impl Debug for BarError
[src]

[src]

Formats the value using the given formatter.

impl From<BarErrorKind> for BarError
[src]

[src]

Performs the conversion.

impl Display for BarError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BarError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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