Docs.rs
  • thaw-0.1.9
    • thaw 0.1.9
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • lizidev
    • Dependencies
      • cfg-if ^1.0.0 normal
      • chrono ^0.4.31 normal
      • icondata ^0.1.0 normal
      • icondata_core ^0.0.2 normal
      • leptos ^0.5.7 normal
      • leptos_meta ^0.5.7 normal
      • uuid ^1.5.0 normal
      • wasm-bindgen ^0.2.89 normal
      • web-sys ^0.3.63 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

thaw0.1.9

ThemeMethod

Required Methods

  • dark
  • light

Object Safety

Implementors

In crate thaw

?
Change settings

Trait thaw::ThemeMethod

source ·
pub trait ThemeMethod {
    // Required methods
    fn light() -> Self;
    fn dark() -> Self;
}

Required Methods§

source

fn light() -> Self

source

fn dark() -> Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ThemeMethod for NavBarTheme

source§

impl ThemeMethod for TabbarTheme

source§

impl ThemeMethod for AlertTheme

source§

impl ThemeMethod for AutoCompleteTheme

source§

impl ThemeMethod for AvatarTheme

source§

impl ThemeMethod for BreadcrumbTheme

source§

impl ThemeMethod for ButtonTheme

source§

impl ThemeMethod for CalendarTheme

source§

impl ThemeMethod for CollapseTheme

source§

impl ThemeMethod for ColorPickerTheme

source§

impl ThemeMethod for DatePickerTheme

source§

impl ThemeMethod for InputTheme

source§

impl ThemeMethod for MenuTheme

source§

impl ThemeMethod for MessageTheme

source§

impl ThemeMethod for PopoverTheme

source§

impl ThemeMethod for ProgressTheme

source§

impl ThemeMethod for SelectTheme

source§

impl ThemeMethod for SkeletionTheme

source§

impl ThemeMethod for SliderTheme

source§

impl ThemeMethod for SpinnerTheme

source§

impl ThemeMethod for SwitchTheme

source§

impl ThemeMethod for TableTheme

source§

impl ThemeMethod for TagTheme

source§

impl ThemeMethod for Theme

source§

impl ThemeMethod for TimePickerTheme

source§

impl ThemeMethod for TypographyTheme

source§

impl ThemeMethod for UploadTheme