Type tauri::plugin::Resulttype Result<T> = Result<T, Box<dyn Error>>;CopyExpand descriptionThe result type of Tauri plugin module.