Trait zbus::DBusError[][src]

pub trait DBusError {
    fn reply_to(&self, msg: &MessageHeader<'_>) -> Result<Message>;
}
Expand description

An error type suitable for a dbus reply method

Required methods

Generate an error reply message for the given method call.

Implementors