Type Alias perspective_viewer::config::ThemeUpdate
source · pub type ThemeUpdate = OptionalUpdate<String>;Aliased Type§
enum ThemeUpdate {
SetDefault,
Missing,
Update(String),
}pub type ThemeUpdate = OptionalUpdate<String>;enum ThemeUpdate {
SetDefault,
Missing,
Update(String),
}