pub trait HasRegistryEventString {
    const REGISTRY_EVENT_STRING: &'static str;
}
Expand description

A specific trait only to define registry event matches.

Required Associated Constants§

source

const REGISTRY_EVENT_STRING: &'static str

A registry event string for registering for event receiving via the RegistryProxy. This should be deprecated in favour of composing the string from GenericEvent::DBUS_MEMBER and GenericEvent::DBUS_INTERFACE.

Implementors§