pub trait WebviewWindowExt {
// Required methods
fn create_overlay_titlebar(&self) -> Result<&WebviewWindow, Error>;
fn create_overlay_titlebar_with_height(
&self,
height: u32,
) -> Result<&WebviewWindow, Error>;
}Expand description
Extensions to tauri::WebviewWindow to access the frame APIs.