Docs.rs
  • tauri-interop-2.2.2
    • tauri-interop 2.2.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • photovoltex
    • Dependencies
      • js-sys ^0.3 normal
      • leptos ^0.7 normal optional
      • log ^0.4 normal
      • serde ^1 normal
      • serde-wasm-bindgen ^0.6 normal
      • tauri-interop-macro ^2.2.1 normal
      • thiserror ^2 normal
      • wasm-bindgen ^0.2 normal
      • wasm-bindgen-futures ^0.4 normal
      • tauri ^2 normal
      • tauri ^2 dev
      • tauri-interop-macro ^2.2.1 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
    • 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

tauri_interop2.2.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros
  • Derive Macros
  • Trait Aliases

List of all items

Structs

  • event::ListenHandle
  • event::Payload

Enums

  • event::EventError
  • event::ListenError

Traits

  • event::Emit
  • event::Field
  • event::Listen
  • event::ManagedEmit

Macros

  • collect_commands
  • combine_handlers
  • host_usage
  • wasm_usage

Attribute Macros

  • binding
  • command
  • commands

Derive Macros

  • Emit
  • EmitField
  • Event
  • Listen
  • ListenField
  • ManagedEmit

Functions

  • command::bindings::catch_invoke
  • command::bindings::fire_and_forget_invoke
  • command::bindings::invoke
  • command::bindings::listen
  • command::bindings::return_invoke
  • command::bindings::wait_invoke
  • event::state_helper::directly
  • event::state_helper::mutex
  • event::state_helper::option
  • event::state_helper::rwlock

Type Aliases

  • command::TauriAppHandle
  • command::TauriState
  • command::TauriWindow
  • event::ListenResult

Trait Aliases

  • event::Parent