pub trait DBusMember {
const DBUS_MEMBER: &'static str;
}Expand description
The DBus member for the event.
For example, for an crate::events::object::TextChangedEvent this should be "TextChanged"
Required Associated Constants§
Sourceconst DBUS_MEMBER: &'static str
const DBUS_MEMBER: &'static str
The event’s DBus member.
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.