pub trait HasXdgToplevelHandle {
    // Required method
    fn xdg_toplevel_handle(&self) -> Result<XdgToplevelHandle<'_>, HandleError>;
}pub trait HasXdgToplevelHandle {
    // Required method
    fn xdg_toplevel_handle(&self) -> Result<XdgToplevelHandle<'_>, HandleError>;
}