pub trait WebviewWindowExt<R: Runtime> { // Required method fn to_panel(&self) -> Result<ShareId<RawNSPanel>>; }