UserSettings

Type Alias UserSettings 

Source
pub type UserSettings = HashMap<String, (i64, String)>;
Expand description

HashMap of user settings Each key is mapped to a tuple consisting of the revision timestamp and serialised data (in JSON format)

Aliased Typeยง

pub struct UserSettings { /* private fields */ }