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.