Type Definition tauri::api::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

The result type of Tauri API module.