Docs.rs
floem-0.2.0
floem 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jrmoulton
dzhou121
Dependencies
bitflags ^2.6.0
normal
copypasta ^0.10.0
normal
crossbeam ^0.8
normal
crossbeam-channel ^0.5.6
normal
downcast-rs ^1.2.0
normal
optional
educe ^0.5.11
normal
floem-editor-core ^0.2.0
normal
optional
floem-winit ^0.29.5
normal
floem_reactive ^0.2.0
normal
floem_renderer ^0.2.0
normal
floem_tiny_skia_renderer ^0.2.0
normal
floem_vello_renderer ^0.2.0
normal
optional
floem_vger_renderer ^0.2.0
normal
optional
futures ^0.3.30
normal
optional
im ^15.1.0
normal
im-rc ^15.1.0
normal
image ^0.25
normal
indexmap ^2
normal
lapce-xi-rope ^0.3.2
normal
optional
parking_lot ^0.12.1
normal
peniko ^0.2.0
normal
raw-window-handle ^0.6.0
normal
rfd ^0.14.0
normal
optional
rustc-hash ^1.1.0
normal
serde ^1.0
normal
optional
sha2 ^0.10.6
normal
slotmap ^1.0.7
normal
smallvec ^1.10.0
normal
strum ^0.26.2
normal
optional
strum_macros ^0.26.2
normal
optional
taffy ^0.4
normal
tokio ^1
normal
optional
unicode-segmentation ^1.10.0
normal
wgpu ^22.0.0
normal
wasm-bindgen-futures ^0.4
normal
web-time ^1
normal
clipboard-win ^3.1.1
normal
Versions
42.98%
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
ButtonExt
floem
0.2.0
Button
Ext
Required Methods
button
Implementors
In floem::
views
floem
::
views
Trait
Button
Ext
Copy item path
Source
pub trait ButtonExt { // Required method fn
button
(self) ->
Button
; }
Required Methods
§
Source
fn
button
(self) ->
Button
Implementors
§
Source
§
impl<T:
IntoView
+ 'static>
ButtonExt
for T