Docs.rs
dioxus-hooks-0.6.2
dioxus-hooks 0.6.2
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jkelleyrtp
Dependencies
dioxus-core ^0.6.2
normal
dioxus-signals ^0.6.2
normal
futures-channel ^0.3.31
normal
futures-util ^0.3
normal
generational-box ^0.6.2
normal
rustversion ^1.0.17
normal
slab ^0.4.2
normal
tracing ^0.1.37
normal
warnings ^0.2.1
normal
Versions
95%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dioxus_
hooks
0.6.2
dioxus_hooks
Function
use_on_unmount
Copy item path
Source
pub fn use_on_unmount<D:
FnOnce
() + 'static>(destroy: D)
👎
Deprecated: Use
use_drop
instead, which has the same functionality.