Crate tauri_runtime
source ·Expand description
Re-exports§
pub use dpi;
Modules§
- Types useful for interacting with a user’s monitors.
 - A layer between raw
Runtimewebviews and Tauri. - A layer between raw
Runtimewindows and Tauri. 
Structs§
- Window icon.
 - Progress Bar State
 - A rectangular region.
 
Enums§
- Action to take when the event loop is about to exit
 - Progress bar status.
 - Defines the orientation that a window resize will be performed.
 - Event triggered on the event loop run.
 - Type of user attention requested on a window.
 
Traits§
- The webview runtime interface.
 - A
Sendhandle to the runtime. - A type that can be used as an user event.
 - Webview dispatcher. A thread-safe handle to the webview APIs.
 - Window dispatcher. A thread-safe handle to the window APIs.
 
Type Aliases§
- Result type.
 
