Docs.rs
freya-core-0.3.4
freya-core 0.3.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
marc2332
Dependencies
accesskit ^0.19.0
normal
accesskit_winit ^0.27.0
normal
bytes ^1.5.0
normal
dioxus-core ^0.6.3
normal
freya-elements ^0.3.4
normal
freya-engine ^0.3.4
normal
freya-native-core ^0.3.4
normal
freya-native-core-macro ^0.3.4
normal
itertools ^0.13.0
normal
keyboard-types ^0.7.0
normal
nom ^7.1.3
normal
rustc-hash ^2.0.0
normal
shipyard ^0.6.3
normal
smallvec ^1.13.1
normal
tokio ^1
normal
torin ^0.3.4
normal
tracing ^0.1
normal
uuid ^1.4.1
normal
winit ^0.30.0
normal
dioxus ^0.6.3
dev
Versions
17.4%
of the crate is documented
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
TextHeight
freya_
core
0.3.4
Text
Height
Required Methods
needs_custom_height
Implementations on Foreign Types
TextHeightBehavior
Implementors
In freya_
core::
values
freya_core
::
values
Trait
Text
Height
Copy item path
Source
pub trait TextHeight { // Required method fn
needs_custom_height
(&self) ->
bool
; }
Required Methods
§
Source
fn
needs_custom_height
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
TextHeight
for
TextHeightBehavior
Source
§
fn
needs_custom_height
(&self) ->
bool
Implementors
§