pub trait IWaylandHostTrait {
// Required methods
unsafe fn openWaylandConnection(&self) -> *mut wl_display;
unsafe fn closeWaylandConnection(&self, display: *mut wl_display) -> tresult;
}pub trait IWaylandHostTrait {
// Required methods
unsafe fn openWaylandConnection(&self) -> *mut wl_display;
unsafe fn closeWaylandConnection(&self, display: *mut wl_display) -> tresult;
}