Trait zbus::proxy::ProxyDefault
source · pub trait ProxyDefault {
const INTERFACE: Option<&'static str>;
const DESTINATION: Option<&'static str>;
const PATH: Option<&'static str>;
}Expand description
Trait for the default associated values of a proxy.
The trait is automatically implemented by the dbus_proxy macro on your behalf, and may be
later used to retrieve the associated constants.
Required Associated Constants§
const INTERFACE: Option<&'static str>
const DESTINATION: Option<&'static str>
const PATH: Option<&'static str>
Object Safety§
This trait is not object safe.