Struct libnotify::NotificationShowError [] [src]

pub struct NotificationShowError {
    // some fields omitted
}

An error that can happen when attempting to show a notification.

Trait Implementations

impl Display for NotificationShowError

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for NotificationShowError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for NotificationShowError

fn fmt(&self, __arg_0: &mut Formatter) -> Result