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