Type Alias ashpd::desktop::settings::Namespace

source ·
pub type Namespace = HashMap<String, OwnedValue>;
Expand description

A HashMap of the <key, value> settings found on a specific namespace.

Aliased Type§

struct Namespace { /* private fields */ }