Type Alias 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.