Enum snooze::SnoozeError [] [src]

pub enum SnoozeError {
    Unsupported(String),
    Other(Error),
}

Variants

Trait Implementations

impl Debug for SnoozeError
[src]

Formats the value using the given formatter.

impl Error for SnoozeError
[src]

A short description of the error. Read more

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

impl Display for SnoozeError
[src]

Formats the value using the given formatter. Read more