Docs.rs
css-in-rs-0.1.3
css-in-rs 0.1.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mirkootter
Dependencies
css-in-rs-macro ^0.1.3
normal
dioxus ^0.4.3
normal
doc-cfg ^0.1.0
normal
gloo-console ^0.3.0
normal
js-sys ^0.3.67
normal
wasm-bindgen ^0.2.90
normal
web-sys ^0.3.67
normal
dioxus-web ^0.4.3
dev
Versions
16.67%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
css_in_rs
0.1.3
Theme
Required Methods
fast_cmp
Object Safety
Implementors
In crate css_in_rs
?
Trait
css_in_rs
::
Theme
source
·
[
−
]
pub trait Theme:
Clone
+ 'static { // Required method fn
fast_cmp
(&self, other:
&Self
) ->
bool
; }
Required Methods
§
source
fn
fast_cmp
(&self, other:
&Self
) ->
bool
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Theme
for
EmptyTheme