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
ElementUtilsResolver
freya_
core
0.3.4
Element
Utils
Resolver
Required Methods
utils
Implementations on Foreign Types
TagName
Implementors
In freya_
core::
elements
freya_core
::
elements
Trait
Element
Utils
Resolver
Copy item path
Source
pub trait ElementUtilsResolver { // Required method fn
utils
(&self) ->
Option
<
ElementWithUtils
>; }
Required Methods
§
Source
fn
utils
(&self) ->
Option
<
ElementWithUtils
>
Implementations on Foreign Types
§
Source
§
impl
ElementUtilsResolver
for
TagName
Source
§
fn
utils
(&self) ->
Option
<
ElementWithUtils
>
Implementors
§