Docs.rs
  • leptos_query-0.5.3
    • leptos_query 0.5.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nicoburniske
    • Dependencies
      • async-trait ^0.1 normal
      • async_cell ^0.2.2 normal optional
      • cfg-if ^1 normal
      • futures ^0.3 normal
      • futures-channel ^0.3 normal
      • gloo-timers ^0.3 normal optional
      • indexed_db_futures ^0.4 normal optional
      • js-sys ^0.3 normal optional
      • leptos ^0.6 normal
      • miniserde ^0.1 normal optional
      • slotmap ^1 normal
      • tokio ^1 normal optional
      • web-sys ^0.3 normal optional
      • leptos_axum ^0.6.5 dev
      • serde ^1 dev
    • 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

leptos_query0.5.3

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • DefaultQueryOptions
  • Instant
  • QueryClient
  • QueryData
  • QueryOptions
  • QueryResult
  • QueryScope
  • ResourceData
  • cache_observer::CreatedQuery
  • cache_observer::ObserverAdded
  • cache_observer::QueryCacheKey
  • cache_observer::SerializedQuery
  • query_persister::IndexedDbPersister
  • query_persister::LocalStoragePersister
  • query_persister::PersistQueryData

Enums

  • QueryState
  • ResourceOption
  • cache_observer::CacheEvent

Traits

  • QueryKey
  • QueryValue
  • RefetchFn
  • cache_observer::CacheObserver
  • query_persister::QueryPersister

Functions

  • create_query
  • provide_query_client
  • provide_query_client_with_options
  • provide_query_client_with_options_and_persister
  • suppress_query_load
  • use_query
  • use_query_client
  • with_query_suppression