Docs.rs
re_ui-0.29.0
re_ui 0.29.0
Docs.rs crate page
(
MIT
OR
Apache-2.0
) AND
OFL-1.1
Links
Homepage
Repository
crates.io
Source
Owners
rerunio
Dependencies
ahash ^0.8
normal
anyhow ^1.0
normal
eframe ^0.33.3
normal
egui ^0.33.3
normal
egui_commonmark ^0.22.0
normal
egui_extras ^0.33.3
normal
egui_kittest ^0.33.3
normal
optional
egui_tiles ^0.14.1
normal
getrandom ^0.3.3
normal
itertools ^0.14.0
normal
jiff ^0.2.15
normal
num-traits ^0.2.19
normal
parking_lot ^0.12.5
normal
re_analytics ^0.29.0
normal
optional
re_entity_db ^0.29.0
normal
re_format ^0.29.0
normal
re_log ^0.29.0
normal
re_log_types ^0.29.0
normal
re_tracing ^0.29.0
normal
ron ^0.11.0
normal
serde ^1.0
normal
smallvec ^1.15
normal
strum ^0.26.3
normal
strum_macros ^0.26.4
normal
sublime_fuzzy ^0.7.0
normal
url ^2.5
normal
web-time ^1.1.0
normal
crossbeam ^0.8.0
dev
egui_kittest ^0.33.3
dev
rand ^0.9.2
dev
re_build_tools ^0.29.0
build
notify ^8.2
normal
objc2-app-kit ^0.3.2
normal
raw-window-handle ^0.6.2
normal
Versions
39.97%
of the crate is documented
Platform
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
Skip to main content
HasDesignTokens
re_ui
0.29.0
HasDesign
Tokens
Required Methods
tokens
Implementations on Foreign Types
Context
Style
Visuals
Implementors
In crate re_
ui
re_ui
Trait
HasDesign
Tokens
Copy item path
Source
pub trait HasDesignTokens { // Required method fn
tokens
(&self) -> &'static
DesignTokens
; }
Required Methods
§
Source
fn
tokens
(&self) -> &'static
DesignTokens
Implementations on Foreign Types
§
Source
§
impl
HasDesignTokens
for
Context
Source
§
fn
tokens
(&self) -> &'static
DesignTokens
Source
§
impl
HasDesignTokens
for
Style
Source
§
fn
tokens
(&self) -> &'static
DesignTokens
Source
§
impl
HasDesignTokens
for
Visuals
Source
§
fn
tokens
(&self) -> &'static
DesignTokens
Implementors
§