Docs.rs
  • tauri-runtime-0.14.1
    • tauri-runtime 0.14.1
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tauri-bot
    • Dependencies
      • http ^0.2.4 normal
      • http-range ^0.1.4 normal
      • rand ^0.8 normal
      • raw-window-handle ^0.5 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tauri-utils ^1.5.0 normal
      • thiserror ^1.0 normal
      • url ^2 normal
      • uuid ^1 normal
      • gtk ^0.15 normal
      • webview2-com ^0.19.1 normal
      • windows ^0.39.0 normal
    • Versions
    • 69.25% of the crate is documented
  • Go to latest version
  • Platform
    • 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

Crate tauri_runtime

tauri_runtime0.14.1

  • All Items
  • Modules
  • Structs
  • Enums
  • Traits
  • Type Aliases

Crates

  • tauri_runtime
?
Change settings

Crate tauri_runtime

source ·
Expand description

Internal runtime between Tauri and the underlying webview runtime.

Modules

  • http
  • menu
    Create window and system tray menus.
  • monitor
    Types useful for interacting with a user’s monitors.
  • webview
    Items specific to the Runtime’s webview.
  • window
    A layer between raw Runtime webview windows and Tauri.

Structs

  • Icon
    Window icon.
  • RunIteration
    Metadata for a runtime event loop iteration on run_iteration.
  • SystemTray

Enums

  • DeviceEventFilter
  • Error
  • ExitRequestedEventAction
    Action to take when the event loop is about to exit
  • RunEvent
    Event triggered on the event loop run.
  • SystemTrayEvent
    A system tray event.
  • UserAttentionType
    Type of user attention requested on a window.

Traits

  • ClipboardManager
    Clipboard manager.
  • Dispatch
    Webview dispatcher. A thread-safe handle to the webview API.
  • EventLoopProxy
  • GlobalShortcutManager
    A global shortcut manager.
  • Runtime
    The webview runtime interface.
  • RuntimeHandle
    A Send handle to the runtime.
  • UserEvent
    A type that can be used as an user event.

Type Aliases

  • Result
    Result type.
  • TrayEventHandler
  • TrayId

Results

trait
tauri_runtime::ClipboardManager
Clipboard manager.
assoc type
tauri_runtime::Runtime::ClipboardManager
The clipboard manager type.
trait method
tauri_runtime::Runtime::clipboard_manager
Gets the clipboard manager.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.