Type Alias deskulpt::config::WidgetConfigCollection

source ·
pub(crate) type WidgetConfigCollection = HashMap<String, Result<WidgetConfig, String>>;
Expand description

The collection of widget configurations or errors.

Aliased Type§

struct WidgetConfigCollection { /* private fields */ }