pub trait LayeredTheme { // Required method fn set_layer(&mut self, layer: Layer); }
Trait for layered themes
Set the layer of the theme