Trait ui2::prelude::ActiveTheme
source · pub trait ActiveTheme {
// Required method
fn theme(&self) -> &Arc<Theme, Global>;
}
pub trait ActiveTheme {
// Required method
fn theme(&self) -> &Arc<Theme, Global>;
}