pub trait SteamExt<R: Runtime> {
// Required method
fn steam(&self) -> Option<&Steam<R>>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the steam APIs.
pub trait SteamExt<R: Runtime> {
// Required method
fn steam(&self) -> Option<&Steam<R>>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the steam APIs.