Crate tauri_store_utils

Source

Structs§

Debounce
Debounces a function call.
MutexOption
Naive Mutex<Option<T>> wrapper.
Throttle
Throttles a function call.

Traits§

RemoteCallable
A dyn compatible trait intended to be used with types like Debounce and Throttle.

Functions§

set_interval
Calls the given function at regular intervals.