Docs.rs
wasm-react-0.6.0
wasm-react 0.6.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
yishn
Dependencies
js-sys ^0.3.64
normal
paste ^1.0.14
normal
wasm-bindgen ^0.2.87
normal
web-sys ^0.3.64
normal
Versions
100%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wasm_
react
0.6.0
Into
Destructor
Implementations on Foreign Types
()
Implementors
In wasm_
react::
hooks
wasm_react
::
hooks
Trait
IntoDestructor
Copy item path
Source
pub trait IntoDestructor { }
Expand description
Denotes types that can be used as destructors for effects.
Implementations on Foreign Types
§
Source
§
impl
IntoDestructor
for
()
Implementors
§
Source
§
impl<F>
IntoDestructor
for F
where F:
FnOnce
() + 'static,