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