Docs.rs
dioxus-query-0.8.0
dioxus-query 0.8.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
marc2332
Dependencies
dioxus-lib ^0.6
normal
futures-util ^0.3.28
normal
tokio ^1
normal
warnings ^0.2.1
normal
dioxus ^0.6
dev
tokio ^1
dev
Versions
53.57%
of the crate is documented
Go to latest version
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
dioxus_
query
0.8.0
Module captured
Module Items
Structs
In crate dioxus_
query
dioxus_query
Module
captured
Copy item path
Source
Structs
§
Captured
Capture values to use later inside Queries or Mutations, but with a catch, if the capture value changes the mutation will not recapture it because the
PartialEq
implementation always returns
true
.