Docs.rs
dioxus-html-0.7.1
dioxus-html 0.7.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jkelleyrtp
Dependencies
async-trait ^0.1.88
normal
bytes ^1.10
normal
dioxus-core ^0.7.1
normal
dioxus-core-macro ^0.7.1
normal
dioxus-core-types ^0.7.1
normal
dioxus-hooks ^0.7.1
normal
dioxus-html-internal-macro ^0.7.1
normal
dioxus-rsx ^0.7.1
normal
optional
enumset ^1.1.6
normal
euclid ^0.22.11
normal
futures-channel ^0.3.31
normal
futures-util ^0.3
normal
generational-box ^0.7.1
normal
js-sys ^0.3
normal
optional
keyboard-types ^0.7
normal
rustversion ^1.0.21
normal
serde ^1.0.219
normal
optional
serde_json ^1.0.140
normal
optional
serde_repr ^0.1
normal
optional
tokio ^1.46
normal
optional
tracing ^0.1.41
normal
lazy-js-bundle ^0.7.1
build
Versions
96.14%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
HasDataTransferData
dioxus_
html
0.7.1
HasData
Transfer
Data
Required Methods
data_transfer
Implementors
In crate dioxus_
html
dioxus_html
Trait
HasData
Transfer
Data
Copy item path
Source
pub trait HasDataTransferData { // Required method fn
data_transfer
(&self) ->
DataTransfer
; }
Required Methods
§
Source
fn
data_transfer
(&self) ->
DataTransfer
Implementors
§
Source
§
impl
HasDataTransferData
for
SerializedDragData