Type Definition dbus::arg::PropMap

source ·
pub type PropMap = HashMap<String, Variant<Box<dyn RefArg + 'static>>>;
Expand description

The type typically used for a dictionary of properties.