Enum notifier_rs::notifier_error::NotifierError[][src]

pub enum NotifierError {
    Error(Error),
}

Variants

Trait Implementations

impl Debug for NotifierError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for NotifierError
[src]

Performs the conversion.

impl Error for NotifierError
[src]

This method is soft-deprecated. Read more

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

impl Display for NotifierError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations