Struct notify_rust::Error []

pub struct Error {
    // some fields omitted
}

D-Bus Error wrapper

Methods

impl Error

Create a new custom D-Bus Error.

Error name/type, e g 'org.freedesktop.DBus.Error.Failed'

Custom message, e g 'Could not find a matching object path'

Trait Implementations

impl Send for Error

impl Drop for Error

impl Debug for Error

Formats the value using the given formatter.

impl Error for Error

impl Display for Error