SteamExt

Trait SteamExt 

Source
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.

Required Methods§

Source

fn steam(&self) -> Option<&Steam<R>>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> SteamExt<R> for T