1 2 3 4 5 6 7 8
pub static INCREMENT: &str = "increment"; pub static DECREMENT: &str = "decrement"; pub static SET_TIME: &str = "set_time"; pub static TIME: &str = "time"; pub static ID: &str = "id"; pub static QUIET: &str = "quiet";