Trait atspi_common::events::HasRegistryEventString
source · pub trait HasRegistryEventString {
const REGISTRY_EVENT_STRING: &'static str;
}
Expand description
A specific trait only to define registry event matches.
Required Associated Constants§
sourceconst REGISTRY_EVENT_STRING: &'static str
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
.