☰
ActiveTheme
Required Methods
theme
Implementations on Foreign Types
AppContext
Implementors
In theme2
?
Trait
theme2
::
ActiveTheme
source
·
[
−
]
pub trait ActiveTheme { // Required method fn
theme
(&self) -> &
Arc
<
Theme
>; }
Required Methods
§
source
fn
theme
(&self) -> &
Arc
<
Theme
>
Implementations on Foreign Types
§
source
§
impl
ActiveTheme
for
AppContext
source
§
fn
theme
(&self) -> &
Arc
<
Theme
>
Implementors
§