Type Alias tauri::ResourceId

source ·
pub type ResourceId = u32;
Expand description

A ResourceId is an integer value referencing a resource. It could be considered to be the tauri equivalent of a file descriptor in POSIX like operating systems.