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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.