Trait NetworkManagerExt

Source
pub trait NetworkManagerExt<R: Runtime> {
    // Required method
    fn network_manager(&self) -> Option<VSKNetworkManager<'static, R>>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the network-manager APIs.

Required Methods§

Implementors§

Source§

impl<R: Runtime + Clone, T: Manager<R>> NetworkManagerExt<R> for T